Up Url

enables auto-parsing and navigation of current url

Up Url là gì?

Up Url là một tiện ích mở rộng Chrome được phát triển bởi https://netrc.com, và tính năng chính của nó là "enables auto-parsing and navigation of current url".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Up Url

Tải xuống các tệp mở rộng Up Url dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Up Url Up Url
ID cagmkfldeglkpnoehchbbdjmgddacodk
URL Chính Thức https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk
Mô tả enables auto-parsing and navigation of current url
Kích Thước Tệp 19.5 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-17
Ngày Phát Hành 2014-01-17
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://netrc.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}