Feature Queries Manager

Manage and toggle CSS on a page behind a @supports Feature Query.

Feature Queries Managerとは何ですか?

Feature Queries Managerはiaderinokunによって開発されたChromeの拡張機能で、その主な機能は「Manage and toggle CSS on a page behind a @supports Feature Query.」です。

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

screenshot

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

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

拡張機能の使用方法

                        FQM allows you to toggle CSS styles applied under a @supports Feature Query                    

拡張機能の基本情報

名前 Feature Queries Manager Feature Queries Manager
ID fbhgnconlfgmienbmpbeeenffagggonp
公式URL https://chromewebstore.google.com/detail/feature-queries-manager/fbhgnconlfgmienbmpbeeenffagggonp
説明 Manage and toggle CSS on a page behind a @supports Feature Query.
ファイルサイズ 45.38 KB
インストール数 445
現在のバージョン 0.3
最終更新日 2018-04-26
公開日 2018-04-26
評価 4.20/5 合計 5 レビュー
開発者 iaderinokun
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ireade/feature-queries-manager
ヘルプページのURL https://github.com/ireade/feature-queries-manager
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feature Queries Manager",
    "short_name": "FQM",
    "description": "Manage and toggle CSS on a page behind a @supports Feature Query.",
    "version": "0.3",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "devtools_page": "devtools\/index.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/[email protected]",
        "64": "images\/[email protected]",
        "16": "images\/[email protected]",
        "48": "images\/[email protected]"
    }
}