Custom Chrome - Extension Manager
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Custom Chrome - Extension Managerとは何ですか?
Custom Chrome - Extension ManagerはCiaran & Chrisによって開発されたChromeの拡張機能で、その主な機能は「A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab」です。
拡張機能のスクリーンショット
Custom Chrome - Extension Manager拡張機能のCRXファイルをダウンロード
Custom Chrome - Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.
Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc. 拡張機能の基本情報
| 名前 | |
| ID | balnpimdnhfiodmodckhkgneejophhhm |
| 公式URL | https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm |
| 説明 | A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab |
| ファイルサイズ | 2.17 MB |
| インストール数 | 30,000 |
| 現在のバージョン | 1.45 |
| 最終更新日 | 2020-02-21 |
| 公開日 | 2020-02-21 |
| 評価 | 4.47/5 合計 180 レビュー |
| 開発者 | Ciaran & Chris |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom Chrome - Extension Manager",
"author": "Ciaran & Chris",
"description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
"version": "1.45",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"management"
],
"icons": {
"16": "images\/googleCog16.png",
"48": "images\/googleCog48.png",
"128": "images\/googleCog128.png"
},
"browser_action": {
"default_icon": "images\/googleCog128.png",
"default_popup": "popup.html"
},
"short_name": "Custom Chrome"
} | |