├── README.md └── url_modifier_extension ├── icons └── icon400.png ├── manifest.json ├── popup.html └── popup.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdeslamEzzaghi/S_Documents-Viewer/HEAD/README.md -------------------------------------------------------------------------------- /url_modifier_extension/icons/icon400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdeslamEzzaghi/S_Documents-Viewer/HEAD/url_modifier_extension/icons/icon400.png -------------------------------------------------------------------------------- /url_modifier_extension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdeslamEzzaghi/S_Documents-Viewer/HEAD/url_modifier_extension/manifest.json -------------------------------------------------------------------------------- /url_modifier_extension/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdeslamEzzaghi/S_Documents-Viewer/HEAD/url_modifier_extension/popup.html -------------------------------------------------------------------------------- /url_modifier_extension/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdeslamEzzaghi/S_Documents-Viewer/HEAD/url_modifier_extension/popup.js --------------------------------------------------------------------------------