Plugin Switcher
Quick way to toggle plugins
Plugin Switcherとは何ですか?
Plugin SwitcherはSTILL RTCによって開発されたChromeの拡張機能で、その主な機能は「Quick way to toggle plugins」です。
拡張機能のスクリーンショット
Plugin Switcher拡張機能のCRXファイルをダウンロード
Plugin Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enable and disable installed plugins (extensions, themes, apps) in one click. Customizable quick access list. Minimalistic and lightweight.
拡張機能の基本情報
名前 | Plugin Switcher |
ID | ngmjkoiifpckgooagkppjafdjfkjimfj |
公式URL | https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj |
説明 | Quick way to toggle plugins |
ファイルサイズ | 8.73 KB |
インストール数 | 25 |
現在のバージョン | 1.1 |
最終更新日 | 2020-11-19 |
公開日 | 2018-05-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | STILL RTC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plugin Switcher", "short_name": "__MSG_shortName__", "version": "1.1", "offline_enabled": true, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_title": "__MSG_tooltip__", "default_popup": "popup.html" }, "minimum_chrome_version": "33", "permissions": [ "management", "storage" ] } |