Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Disable Extensions and Appsとは何ですか?
Disable Extensions and AppsはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.」です。
拡張機能のスクリーンショット
Disable Extensions and Apps拡張機能のCRXファイルをダウンロード
Disable Extensions and Apps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
拡張機能の基本情報
名前 | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
公式URL | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
説明 | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
ファイルサイズ | 60.19 KB |
インストール数 | 2,006 |
現在のバージョン | 0.0.7 |
最終更新日 | 2017-09-20 |
公開日 | 2017-09-20 |
評価 | 4.88/5 合計 24 レビュー |
開発者 | BrowserNative |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/disable-chrome-extensions-apps/ |
ヘルプページのURL | https://browsernative.com/disable-chrome-extensions-apps/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/browsernative.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Disable Extensions and Apps", "version": "0.0.7", "permissions": [ "management" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |