Link Router

Route links on any given page to the main log with a certain tag

Link Router là gì?

Link Router là một tiện ích mở rộng Chrome được phát triển bởi Charles Brandt, và tính năng chính của nó là "Route links on any given page to the main log with a certain tag".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Link Router 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

                        Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu.  The tags available in the menu are configured in the extension's option page.

Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.                    

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

Tên Link Router Link Router
ID mniabhjoaeegihknhoibknnfnidgnecp
URL Chính Thức https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp
Mô tả Route links on any given page to the main log with a certain tag
Kích Thước Tệp 29.05 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2014-05-06
Ngày Phát Hành 2014-05-06
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Charles Brandt
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Router",
    "short_name": "Link Router",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Route links on any given page to the main log with a certain tag",
    "background": {
        "scripts": [
            "moment.js",
            "router.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}