Search API Query String Parser
View and edit long URL search query string with relative ease
Search API Query String Parserとは何ですか?
Search API Query String ParserはSam Larisonによって開発されたChromeの拡張機能で、その主な機能は「View and edit long URL search query string with relative ease」です。
拡張機能のスクリーンショット
Search API Query String Parser拡張機能のCRXファイルをダウンロード
Search API Query String Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Search API Query String Parser |
ID | jopeffckoclcfjgnmohcnmhljkiagacn |
公式URL | https://chromewebstore.google.com/detail/search-api-query-string-p/jopeffckoclcfjgnmohcnmhljkiagacn |
説明 | View and edit long URL search query string with relative ease |
ファイルサイズ | 251 KB |
インストール数 | 379 |
現在のバージョン | 0.0.1.18 |
最終更新日 | 2022-09-27 |
公開日 | 2018-11-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Sam Larison |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://vidsbee.com/Contact/ |
プライバシーポリシーページのURL | http://vidsbee.com/ColorPick/Privacy |
対応言語 | 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" } |