Environment switcher
Switch between multiple site environments quickly and easily.
What is Environment switcher?
Environment switcher is a Chrome extension developed by chi-teck, and its main feature is "Switch between multiple site environments quickly and easily.".
Extension Screenshots
Download Environment switcher Extension CRX File
Download Environment switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Environment switcher |
ID | jomnepafaihcmbbbjngkgpllegemdfll |
Official URL | https://chromewebstore.google.com/detail/environment-switcher/jomnepafaihcmbbbjngkgpllegemdfll |
Description | Switch between multiple site environments quickly and easily. |
File Size | 187 KB |
Installation Count | 176 |
Current Version | 1.4.0 |
Last Updated | 2016-03-19 |
Publish Date | 2016-03-19 |
Rating | 4.00/5 Total 3 Ratings |
Developer | chi-teck |
Payment Type | free |
Extension Website | https://github.com/Chi-teck/environment-switcher |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Environment switcher", "version": "1.4.0", "description": "Switch between multiple site environments quickly and easily.", "background": { "persistent": false, "scripts": [ "background\/background.js" ] }, "permissions": [ "tabs", "storage" ], "options_page": "options\/options.html", "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png" }, "page_action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png" }, "default_popup": "popup\/popup.html", "default_title": "Switch environment" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |