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 |
官方URL | 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" ] } |