Up Url
enables auto-parsing and navigation of current url
什麼是Up Url?
Up Url是由https://netrc.com開發的Chrome擴展程式,該擴展的主要功能是“enables auto-parsing and navigation of current url”。
擴展截圖
下載Up Url擴展crx文件
下載Up Url擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
擴展基本資訊
名稱 | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
官方網址 | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
簡介 | enables auto-parsing and navigation of current url |
檔案大小 | 19.5 KB |
安裝次數 | 145 |
目前版本 | 1.0 |
更新時間 | 2014-01-17 |
上架時間 | 2014-01-17 |
評分 | 4.00/5 共 2 次評分 |
開發者 | https://netrc.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |