Search API Query String Parser

View and edit long URL search query string with relative ease

Cos'è Search API Query String Parser?

Search API Query String Parser è un'estensione di Chrome sviluppata da Sam Larison, e la sua funzione principale è "View and edit long URL search query string with relative ease".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search API Query String Parser

Scarica i file di estensione Search API Query String Parser 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

                        Do you ever have to scroll the URL bar all the way over trying to read the value of query params?  Have you ever tried to edit these parameters only to loose your place?  Not anymore.

This extension is open source https://github.com/qufighter/QueryParser                    

Informazioni di Base sull'Estensione

Nome Search API Query String Parser Search API Query String Parser
ID jopeffckoclcfjgnmohcnmhljkiagacn
URL Ufficiale https://chromewebstore.google.com/detail/search-api-query-string-p/jopeffckoclcfjgnmohcnmhljkiagacn
Descrizione View and edit long URL search query string with relative ease
Dimensione del File 251 KB
Conteggio Installazioni 379
Versione Corrente 0.0.1.18
Ultimo Aggiornamento 2022-09-27
Data di Pubblicazione 2018-11-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Sam Larison
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://vidsbee.com/Contact/
URL della Pagina della Politica sulla Privacy http://vidsbee.com/ColorPick/Privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "View and edit long URL search query string with relative ease",
    "name": "Search API Query String Parser",
    "action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Parse Query String",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "0.0.1.18"
}