Extension Manager
Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.
Extension Managerとは何ですか?
Extension Managerはamymurphey97によって開発されたChromeの拡張機能で、その主な機能は「Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.」です。
拡張機能のスクリーンショット
Extension Manager拡張機能のCRXファイルをダウンロード
Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ext Organizer is a one-of-a-kind tool designed to help users manage active extensions. Ext Organizer allows for the specification of certain extensions to be used on specific web pages and allows users to turn off or on all extensions for all pages. Ext Organizer makes it easier for working professionals and students to manage extension use.
拡張機能の基本情報
名前 | |
ID | aikoefhdlgldhhnmojgbdcnoaangneaj |
公式URL | https://chrome.google.com/webstore/detail/extension-manager/aikoefhdlgldhhnmojgbdcnoaangneaj |
説明 | Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites. |
ファイルサイズ | 50.7 KB |
インストール数 | 10,101 |
現在のバージョン | 1.0.7 |
最終更新日 | 2022-12-02 |
公開日 | 2022-12-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | amymurphey97 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://extorganizer.com |
プライバシーポリシーページのURL | https://extorganizer.com?a=privacy |
対応言語 | en-US |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "static\/icon-disabled.png", "default_popup": "html\/popup.html", "default_title": "Ext Organizer" }, "commands": { "_execute_action": [] }, "description": "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.", "homepage_url": "https:\/\/extorganizer.com\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 3, "name": "Extension Manager", "permissions": [ "management", "storage", "tabs", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |