Feature Queries Manager

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

Cos'è Feature Queries Manager?

Feature Queries Manager è un'estensione di Chrome sviluppata da iaderinokun, e la sua funzione principale è "Manage and toggle CSS on a page behind a @supports Feature Query.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Feature Queries Manager

Scarica i file di estensione Feature Queries Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Feature Queries Manager Feature Queries Manager
ID fbhgnconlfgmienbmpbeeenffagggonp
URL Ufficiale https://chromewebstore.google.com/detail/feature-queries-manager/fbhgnconlfgmienbmpbeeenffagggonp
Descrizione Manage and toggle CSS on a page behind a @supports Feature Query.
Dimensione del File 45.38 KB
Conteggio Installazioni 445
Versione Corrente 0.3
Ultimo Aggiornamento 2018-04-26
Data di Pubblicazione 2018-04-26
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore iaderinokun
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ireade/feature-queries-manager
URL della Pagina di Aiuto https://github.com/ireade/feature-queries-manager
Lingue Supportate 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]"
    }
}