Environment switcher
Switch between multiple site environments quickly and easily.
什么是Environment switcher?
Environment switcher是由chi-teck开发的Chrome扩展程序,该扩展的主要功能是“Switch between multiple site environments quickly and easily.”。
扩展截图
下载Environment switcher扩展crx文件
下载Environment switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Environment switcher |
ID | jomnepafaihcmbbbjngkgpllegemdfll |
官方URL | https://chromewebstore.google.com/detail/environment-switcher/jomnepafaihcmbbbjngkgpllegemdfll |
简介 | Switch between multiple site environments quickly and easily. |
文件大小 | 187 KB |
安装次数 | 176 |
当前版本 | 1.4.0 |
更新时间 | 2016-03-19 |
上架时间 | 2016-03-19 |
评分 | 4.00/5 共3次评分 |
开发者 | chi-teck |
付费类型 | free |
扩展官网 | https://github.com/Chi-teck/environment-switcher |
支持的语言 | 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'" } |