├── LICENSE ├── README ├── icons ├── load_progress_bar-48.png └── load_progress_bar-96.png ├── js └── load_progress_bar.js ├── make.sh ├── manifest.json └── settings ├── options.html └── options.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/README -------------------------------------------------------------------------------- /icons/load_progress_bar-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/icons/load_progress_bar-48.png -------------------------------------------------------------------------------- /icons/load_progress_bar-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/icons/load_progress_bar-96.png -------------------------------------------------------------------------------- /js/load_progress_bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/js/load_progress_bar.js -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/make.sh -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/manifest.json -------------------------------------------------------------------------------- /settings/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/settings/options.html -------------------------------------------------------------------------------- /settings/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luben/load-progress-bar/HEAD/settings/options.js --------------------------------------------------------------------------------