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" ] } |