URL Params Editor
A tool of editing URL parameters.
URL Params Editorとは何ですか?
URL Params EditorはZ. W.によって開発されたChromeの拡張機能で、その主な機能は「A tool of editing URL parameters.」です。
拡張機能のスクリーンショット
URL Params Editor拡張機能のCRXファイルをダウンロード
URL Params Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a tool for web developers. It makes editing URL parameters for long URLs much easier. You can use this tool to view each URL param, add new or delete existing ones.
拡張機能の基本情報
名前 | URL Params Editor |
ID | kgnbnbifdjcokgodkgjliaegpollgafa |
公式URL | https://chromewebstore.google.com/detail/url-params-editor/kgnbnbifdjcokgodkgjliaegpollgafa |
説明 | A tool of editing URL parameters. |
ファイルサイズ | 153 KB |
インストール数 | 2,106 |
現在のバージョン | 2.2 |
最終更新日 | 2023-09-13 |
公開日 | 2019-12-28 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | Z. W. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Params Editor", "version": "2.2", "author": "Zijar W.", "permissions": [ "activeTab", "storage" ], "description": "A tool of editing URL parameters.", "icons": { "48": "icons\/url_params_editor_48.png", "96": "icons\/url_params_editor_96.png", "512": "icons\/url_params_editor_512.png" }, "action": { "browser_style": true, "default_icon": "icons\/url_params_editor_512.png", "default_title": "URL Params Editor", "default_popup": "popup\/parameters.html", "theme_icons": [ { "light": "icons\/url_params_editor-light.svg", "dark": "icons\/url_params_editor.svg", "size": 32 } ] } } |