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'" } |