Extension Manager
Quickly enable or disable extensions. No Ads. No nonsense.
Extension Managerとは何ですか?
Extension ManagerはMichael Bazosによって開発されたChromeの拡張機能で、その主な機能は「Quickly enable or disable extensions. No Ads. No nonsense.」です。
拡張機能のスクリーンショット
Extension Manager拡張機能のCRXファイルをダウンロード
Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PRIVACY POLICY Let's keep it short and simple. This extension does not collect data. DESCRIPTION ★ No ads. No data collection. ★ No more grammar checker enabled all the time with access permissions to your webpages and clipboard, while you only need it when you write one of those important emails. ★ When you switch off an extension with Extension Manager, it is *effectively off*, unlike when using the "Disable" or "Pause" mode that some extensions are offering. You can always switch them back on very fast. You decide. ★ Less extensions enabled means faster navigation. CHANGELOG v1.4.0 - Add the ability to search through extensions - Add access to extensions options page - Settings icon is shown for active extensions which provide an option page - Redesign browser action icon - This is to avoid confusion with the informational popup related to extensions, introduced in Google Chrome version 83
拡張機能の基本情報
名前 | Extension Manager |
ID | nddeiknmamlpagmnabfdlljlikeoanch |
公式URL | https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch |
説明 | Quickly enable or disable extensions. No Ads. No nonsense. |
ファイルサイズ | 132 KB |
インストール数 | 3,901 |
現在のバージョン | 1.4.0 |
最終更新日 | 2021-04-15 |
公開日 | 2019-06-06 |
評価 | 4.47/5 合計 38 レビュー |
開発者 | Michael Bazos |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.4.0", "permissions": [ "management" ], "browser_action": { "default_icon": { "128": "icons\/webstore_128.png" }, "default_title": "Extension Manager", "default_popup": "index.html" }, "icons": { "48": "icons\/webstore_48.png", "128": "icons\/webstore_128.png" }, "offline_enabled": true, "manifest_version": 2 } |