Query params

Provides a user interface to read/write URL query parameters for the currently active tab.

Cos'è Query params?

Query params è un'estensione di Chrome sviluppata da oliverjash, e la sua funzione principale è "Provides a user interface to read/write URL query parameters for the currently active tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Query params

Scarica i file di estensione Query params 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

                        Provides a user interface to read/write URL query parameters for the currently active tab.                    

Informazioni di Base sull'Estensione

Nome Query params Query params
ID jgacgeahnbmkhdhldifidddbkneahmal
URL Ufficiale https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal
Descrizione Provides a user interface to read/write URL query parameters for the currently active tab.
Dimensione del File 85.04 KB
Conteggio Installazioni 942
Versione Corrente 0.0.8
Ultimo Aggiornamento 2020-07-07
Data di Pubblicazione 2020-07-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore oliverjash
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/OliverJAsh/chrome-query-params
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Query params",
    "description": "Provides a user interface to read\/write URL query parameters for the currently active tab.",
    "version": "0.0.8",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "128": "icon.png"
    }
}