Link Router

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

什麼是Link Router?

Link Router是由Charles Brandt開發的Chrome擴展程式,該擴展的主要功能是“Route links on any given page to the main log with a certain tag”。

擴展截圖

screenshot
screenshot

下載Link Router擴展crx文件

下載Link Router擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Link Router Link Router
ID mniabhjoaeegihknhoibknnfnidgnecp
官方網址 https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp
簡介 Route links on any given page to the main log with a certain tag
檔案大小 29.05 KB
安裝次數 108
目前版本 0.5
更新時間 2014-05-06
上架時間 2014-05-06
評分 3.00/5 共 4 次評分
開發者 Charles Brandt
付費類型 free
支援的語言 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"
    }
}