Purple
This is a proxy swither for developer.
Purpleとは何ですか?
Purpleはkoyama.kensukeによって開発されたChromeの拡張機能で、その主な機能は「This is a proxy swither for developer.」です。
Purple拡張機能のCRXファイルをダウンロード
Purple拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a proxy swither for developer.
拡張機能の基本情報
名前 | |
ID | ijjmbjnpbknphcggagdledkhbaalmmef |
公式URL | https://chrome.google.com/webstore/detail/purple/ijjmbjnpbknphcggagdledkhbaalmmef |
説明 | This is a proxy swither for developer. |
ファイルサイズ | 506 KB |
インストール数 | 28 |
現在のバージョン | 1.1.3 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | koyama.kensuke |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Purple", "version": "1.1.3", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "background": { "page": "html\/background.html" }, "browser_action": { "default_title": "Purple", "default_icon": "img\/icon.png", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "proxy", "tabs" ] } |