Pinbook: Pinboard bookmarking

Add bookmarks to Pinboard as easily as regular Chrome bookmarks.

O que é Pinbook: Pinboard bookmarking?

Pinbook: Pinboard bookmarking é uma extensão do Chrome desenvolvida por millilux, e sua principal característica é "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinbook: Pinboard bookmarking

Baixe arquivos de extensão Pinbook: Pinboard bookmarking 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

                        Lightweight extension that adds the current tab to your Pinboard with a single click (or keyboard command). It works similarly to Chrome's default bookmarking, with a minimalist UI.

Usage:
- Visit any site and click the pin icon to bookmark (or Cmd/Ctrl+i)
- Edit title, description, tags, private and read later options if desired
- Autocomplete tags using Tab
- Press Enter or Esc to close menu

Customisations:
- Set whether new bookmarks are private or to read later by default
- Show or hide the private and read later checkboxes
- Configure the keyboard shortcut at chrome://extensions (bottom right of the page)                    

Informações Básicas da Extensão

Nome Pinbook: Pinboard bookmarking Pinbook: Pinboard bookmarking
ID fblefccagebhoolpmdepajgmfanncfkd
URL Oficial https://chromewebstore.google.com/detail/pinbook-pinboard-bookmark/fblefccagebhoolpmdepajgmfanncfkd
Descrição Add bookmarks to Pinboard as easily as regular Chrome bookmarks.
Tamanho do Arquivo 22.11 KB
Contagem de Instalações 99
Versão Atual 1.0.4
Última Atualização 2016-09-10
Data de Publicação 2016-09-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor millilux
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinbook: Pinboard bookmarking",
    "description": "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.",
    "version": "1.0.4",
    "icons": {
        "16": "images\/icon_active.png",
        "128": "images\/icon_large.png"
    },
    "background": {
        "scripts": [
            "js\/pinboard.js",
            "js\/tagsuggest.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.pinboard.in\/",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Save to Pinboard.in",
        "default_icon": "images\/icon_deactive.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I"
            }
        }
    },
    "options_page": "options.html"
}