├── LICENSE.txt └── src ├── Icons ├── ShareX-128.png ├── ShareX-16.png └── ShareX-48.png ├── eventPage.js └── manifest.json /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShareX/ShareX_Chrome/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /src/Icons/ShareX-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShareX/ShareX_Chrome/HEAD/src/Icons/ShareX-128.png -------------------------------------------------------------------------------- /src/Icons/ShareX-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShareX/ShareX_Chrome/HEAD/src/Icons/ShareX-16.png -------------------------------------------------------------------------------- /src/Icons/ShareX-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShareX/ShareX_Chrome/HEAD/src/Icons/ShareX-48.png -------------------------------------------------------------------------------- /src/eventPage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShareX/ShareX_Chrome/HEAD/src/eventPage.js -------------------------------------------------------------------------------- /src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShareX/ShareX_Chrome/HEAD/src/manifest.json --------------------------------------------------------------------------------