Feature Queries Manager

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

Feature Queries Manager क्या है?

Feature Queries Manager iaderinokun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage and toggle CSS on a page behind a @supports Feature Query."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feature Queries Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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]"
    }
}