Feature Queries Manager

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

What is Feature Queries Manager?

Feature Queries Manager is a Chrome extension developed by iaderinokun, and its main feature is "Manage and toggle CSS on a page behind a @supports Feature Query.".

Extension Screenshots

screenshot

Download Feature Queries Manager Extension CRX File

Download Feature Queries Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Feature Queries Manager Feature Queries Manager
ID fbhgnconlfgmienbmpbeeenffagggonp
Official URL https://chromewebstore.google.com/detail/feature-queries-manager/fbhgnconlfgmienbmpbeeenffagggonp
Description Manage and toggle CSS on a page behind a @supports Feature Query.
File Size 45.38 KB
Installation Count 445
Current Version 0.3
Last Updated 2018-04-26
Publish Date 2018-04-26
Rating 4.20/5 Total 5 Ratings
Developer iaderinokun
Email [email protected]
Payment Type free
Extension Website https://github.com/ireade/feature-queries-manager
Help Page URL https://github.com/ireade/feature-queries-manager
Supported Languages 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]"
    }
}