Extensity

Quickly enable/disable Google Chrome extensions

Extensityとは何ですか?

Extensityはhttps://sergiokas.github.io/Extensityによって開発されたChromeの拡張機能で、その主な機能は「Quickly enable/disable Google Chrome extensions」です。

拡張機能のスクリーンショット

screenshot
screenshot

Extensity拡張機能のCRXファイルをダウンロード

Extensity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of having too many extensions in your toolbar? Try Extensity, the ultimate tool for lightning fast enabling and disabling all your extensions for Google Chrome. Just enable the extension when you want to use it, and disable when you want to get rid of it for a little while. You can also launch Chrome Apps right from the list.

* Keep your browser lean and fast - disable extensions that you won't use right away.
* Keep your toolbar clean.
* Turn all extensions off (and back on) with a single click.
* Quick switch between several extensions groups using the Profiles feature.
* Allow your most important extensions to be always enabled.
* Keep computers in sync with Chrome Cloud Storage support.
* Ideal companion for extensions collectors.

Follow us in Twitter: https://twitter.com/ExtensityChrome

Website: http://sergiokas.github.com/Extensity/

Extensity is free software. Full source code at GitHub https://github.com/sergiokas/Extensity                    

拡張機能の基本情報

名前 Extensity Extensity
ID jjmflmamggggndanpgfnpelongoepncg
公式URL https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg
説明 Quickly enable/disable Google Chrome extensions
ファイルサイズ 164 KB
インストール数 352,594
現在のバージョン 1.11.0
最終更新日 2021-11-25
公開日 2019-02-20
評価 4.80/5 合計 1637 レビュー
開発者 https://sergiokas.github.io/Extensity
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sergiokas.github.io/Extensity/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensity",
    "version": "1.11.0",
    "manifest_version": 2,
    "description": "Quickly enable\/disable Google Chrome extensions",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/iconbar.png",
        "default_title": "Extensity",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/migration.js"
        ],
        "persistent": false
    },
    "permissions": [
        "management",
        "storage"
    ]
}