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擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | jomnepafaihcmbbbjngkgpllegemdfll |
| 官方網址 | 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'"
} | |