Link Router

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

O que é Link Router?

Link Router é uma extensão do Chrome desenvolvida por Charles Brandt, e sua principal característica é "Route links on any given page to the main log with a certain tag".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Link Router

Baixe arquivos de extensão Link Router no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Link Router Link Router
ID mniabhjoaeegihknhoibknnfnidgnecp
URL Oficial https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp
Descrição Route links on any given page to the main log with a certain tag
Tamanho do Arquivo 29.05 KB
Contagem de Instalações 108
Versão Atual 0.5
Última Atualização 2014-05-06
Data de Publicação 2014-05-06
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Charles Brandt
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}