Search API Query String Parser

View and edit long URL search query string with relative ease

Co to jest Search API Query String Parser?

Search API Query String Parser to rozszerzenie Chrome opracowane przez Sam Larison, a jego główną funkcją jest „View and edit long URL search query string with relative ease”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Search API Query String Parser

Pobierz pliki rozszerzeń Search API Query String Parser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Search API Query String Parser Search API Query String Parser
ID jopeffckoclcfjgnmohcnmhljkiagacn
Oficjalny URL https://chromewebstore.google.com/detail/search-api-query-string-p/jopeffckoclcfjgnmohcnmhljkiagacn
Opis View and edit long URL search query string with relative ease
Rozmiar pliku 251 KB
Liczba instalacji 379
Aktualna Wersja 0.0.1.18
Ostatnia Aktualizacja 2022-09-27
Data Publikacji 2018-11-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Sam Larison
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://vidsbee.com/Contact/
Adres URL Strony Polityki Prywatności http://vidsbee.com/ColorPick/Privacy
Obsługiwane Języki 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"
}