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.                     擴展基本資訊
| 名稱 |   |  
| ID | ngmjkoiifpckgooagkppjafdjfkjimfj | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |