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
公式URL 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
Eメール [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"
}