├── LICENSE ├── README.md ├── app.ico ├── app.manifest ├── chrome_manager.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devilflasher/Chrome-Manager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devilflasher/Chrome-Manager/HEAD/README.md -------------------------------------------------------------------------------- /app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devilflasher/Chrome-Manager/HEAD/app.ico -------------------------------------------------------------------------------- /app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devilflasher/Chrome-Manager/HEAD/app.manifest -------------------------------------------------------------------------------- /chrome_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devilflasher/Chrome-Manager/HEAD/chrome_manager.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devilflasher/Chrome-Manager/HEAD/requirements.txt --------------------------------------------------------------------------------