Exty-Switchy

Easily enable/disable chrome extensions.

什麼是Exty-Switchy?

Exty-Switchy是由aedorado開發的Chrome擴展程式,該擴展的主要功能是“Easily enable/disable chrome extensions.”。

擴展截圖

screenshot

下載Exty-Switchy擴展crx文件

下載Exty-Switchy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ever had the misfortune of disabling a chrome extension?
Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page.

But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension.

Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!                    

擴展基本資訊

名稱 Exty-Switchy Exty-Switchy
ID jkeghhfibnjhcimpmhokggpfhokjeljo
官方網址 https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo
簡介 Easily enable/disable chrome extensions.
檔案大小 720 KB
安裝次數 191
目前版本 1.1.1
更新時間 2016-11-23
上架時間 2016-11-23
評分 4.92/5 共 13 次評分
開發者 aedorado
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/aedorado/ext-control-panel
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily enable\/disable chrome extensions.",
    "manifest_version": 2,
    "name": "Exty-Switchy",
    "icons": {
        "512": "icons\/icon512.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon512.png",
        "default_popup": "popup.html",
        "default_title": "Easy Switching."
    },
    "permissions": [
        "management",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.1.1"
}