Query params
Provides a user interface to read/write URL query parameters for the currently active tab.
What is Query params?
Query params is a Chrome extension developed by oliverjash, and its main feature is "Provides a user interface to read/write URL query parameters for the currently active tab.".
Extension Screenshots
Download Query params Extension CRX File
Download Query params 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
Provides a user interface to read/write URL query parameters for the currently active tab.
Extension Basic Information
Name | Query params |
ID | jgacgeahnbmkhdhldifidddbkneahmal |
Official URL | https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal |
Description | Provides a user interface to read/write URL query parameters for the currently active tab. |
File Size | 85.04 KB |
Installation Count | 942 |
Current Version | 0.0.8 |
Last Updated | 2020-07-07 |
Publish Date | 2020-07-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | oliverjash |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/OliverJAsh/chrome-query-params |
Supported Languages | 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" } } |