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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |