URL Edit
Easy URL manipulation
URL Editとは何ですか?
URL Editはdskloetによって開発されたChromeの拡張機能で、その主な機能は「Easy URL manipulation」です。
拡張機能のスクリーンショット
URL Edit拡張機能のCRXファイルをダウンロード
URL Edit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy URL editing with a separate line and automatic decoding/encoding for each URL parameter.
拡張機能の基本情報
名前 | URL Edit |
ID | iemhjjfkjlfjgajbmdidpnonfjhlmocd |
公式URL | https://chromewebstore.google.com/detail/url-edit/iemhjjfkjlfjgajbmdidpnonfjhlmocd |
説明 | Easy URL manipulation |
ファイルサイズ | 27.95 KB |
インストール数 | 100 |
現在のバージョン | 0.5 |
最終更新日 | 2019-11-08 |
公開日 | 2019-11-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | dskloet |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://dskl.net/screen/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Edit", "description": "Easy URL manipulation", "version": "0.5", "icons": { "16": "16.png", "32": "32.png", "64": "64.png" }, "browser_action": { "default_icon": "32.png", "default_title": "Edit URL", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |