Edit URL
Easily edit a URL.
什麼是Edit URL?
Edit URL是由varunl開發的Chrome擴展程式,該擴展的主要功能是“Easily edit a URL.”。
擴展截圖
下載Edit URL擴展crx文件
下載Edit URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name. This extension lays out all the parameters names in a pretty format, so it's easy to modify them.
擴展基本資訊
名稱 | Edit URL |
ID | gjddnlipighelnjodhlhhngpinoppkid |
官方網址 | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
簡介 | Easily edit a URL. |
檔案大小 | 121 KB |
安裝次數 | 904 |
目前版本 | 1.1 |
更新時間 | 2013-05-12 |
上架時間 | 2013-05-12 |
評分 | 4.71/5 共 7 次評分 |
開發者 | varunl |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit URL", "description": "Easily edit a URL.", "version": "1.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" } } |