Pinboard Tools

Toolbar actions for Pinboard (http://pinboard.in)

O que é Pinboard Tools?

Pinboard Tools é uma extensão do Chrome desenvolvida por Tab Manager Plus, e sua principal característica é "Toolbar actions for Pinboard (http://pinboard.in)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pinboard Tools

Baixe arquivos de extensão Pinboard Tools 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

                        Fork of the official extension for Pinboard, the beloved personal archive and bookmarking website.

This is a fork of the official extension, and is compatible now with new Chrome versions.

It provides you with quick ways of adding bookmarks in Pinboard, quick links to common areas, etc. Please submit support requests here. Should the official extension be updated, this extension will be taken down again.                    

Informações Básicas da Extensão

Nome Pinboard Tools Pinboard Tools
ID kmnejbdlodogdnffbijgfkepfoofnmpd
URL Oficial https://chromewebstore.google.com/detail/pinboard-tools/kmnejbdlodogdnffbijgfkepfoofnmpd
Descrição Toolbar actions for Pinboard (http://pinboard.in)
Tamanho do Arquivo 20.05 KB
Contagem de Instalações 33
Versão Atual 1.0.1
Última Atualização 2018-06-25
Data de Publicação 2018-06-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Tab Manager Plus
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/pinboard16.png",
        "default_title": "Pinboard",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "pinboard_content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "pinboard_iframe_content_script.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/add*"
            ],
            "all_frames": true
        }
    ],
    "description": "Toolbar actions for Pinboard (http:\/\/pinboard.in)",
    "icons": {
        "128": "img\/pinboard128.png",
        "16": "img\/pinboard16.png",
        "32": "img\/pinboard32.png"
    },
    "name": "Pinboard Tools",
    "short_name": "Pinboard Tools",
    "permissions": [
        "tabs",
        ""
    ],
    "version": "1.0.1"
}