├── LICENSE ├── README.md ├── README_resources ├── install_chrome.png ├── install_opera1.png └── install_opera2.png ├── background.js ├── images ├── icon_128x128.png ├── icon_16x16.png ├── icon_19x19.png ├── icon_38x38.png └── icon_48x48.png └── manifest.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/README.md -------------------------------------------------------------------------------- /README_resources/install_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/README_resources/install_chrome.png -------------------------------------------------------------------------------- /README_resources/install_opera1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/README_resources/install_opera1.png -------------------------------------------------------------------------------- /README_resources/install_opera2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/README_resources/install_opera2.png -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/background.js -------------------------------------------------------------------------------- /images/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/images/icon_128x128.png -------------------------------------------------------------------------------- /images/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/images/icon_16x16.png -------------------------------------------------------------------------------- /images/icon_19x19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/images/icon_19x19.png -------------------------------------------------------------------------------- /images/icon_38x38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/images/icon_38x38.png -------------------------------------------------------------------------------- /images/icon_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/images/icon_48x48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonspok/Irvue-Helper-for-Chrome/HEAD/manifest.json --------------------------------------------------------------------------------