Search API Query String Parser
View and edit long URL search query string with relative ease
What is Search API Query String Parser?
Search API Query String Parser is a Chrome extension developed by Sam Larison, and its main feature is "View and edit long URL search query string with relative ease".
Extension Screenshots
Download Search API Query String Parser Extension CRX File
Download Search API Query String Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Search API Query String Parser |
ID | jopeffckoclcfjgnmohcnmhljkiagacn |
Official URL | https://chromewebstore.google.com/detail/search-api-query-string-p/jopeffckoclcfjgnmohcnmhljkiagacn |
Description | View and edit long URL search query string with relative ease |
File Size | 251 KB |
Installation Count | 379 |
Current Version | 0.0.1.18 |
Last Updated | 2022-09-27 |
Publish Date | 2018-11-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Sam Larison |
[email protected] | |
Payment Type | free |
Help Page URL | http://vidsbee.com/Contact/ |
Privacy Policy Page URL | http://vidsbee.com/ColorPick/Privacy |
Supported Languages | 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" } |