Search API Query String Parser
View and edit long URL search query string with relative ease
Wat is Search API Query String Parser?
Search API Query String Parser is een Chrome-extensie ontwikkeld door Sam Larison, en de belangrijkste functie is "View and edit long URL search query string with relative ease".
Extensie Screenshots
Download het CRX-bestand van de extensie Search API Query String Parser
Download Search API Query String Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Search API Query String Parser |
ID | jopeffckoclcfjgnmohcnmhljkiagacn |
Officiële URL | https://chromewebstore.google.com/detail/search-api-query-string-p/jopeffckoclcfjgnmohcnmhljkiagacn |
Beschrijving | View and edit long URL search query string with relative ease |
Bestandsgrootte | 251 KB |
Aantal Installaties | 379 |
Huidige Versie | 0.0.1.18 |
Laatst Bijgewerkt | 2022-09-27 |
Publicatiedatum | 2018-11-27 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sam Larison |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://vidsbee.com/Contact/ |
URL van de Privacybeleid Pagina | http://vidsbee.com/ColorPick/Privacy |
Ondersteunde Talen | 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" } |