Pinboard Viewer

Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.

O que é Pinboard Viewer?

Pinboard Viewer é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinboard Viewer

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

                        Click the button or use a keyboard shortcut (suggested: Cmd-Shift-P or Ctrl-Shift-P) to bring up your Pinboard bookmarks. Search for tag names to filter, or search for a page title or URL to find a specific bookmark. 

The results update as you type. Once you've found your bookmark, press Enter or Tab to open it. Hold Cmd (Mac) or Ctrl (Windows) to open it in a new tab.                    

Informações Básicas da Extensão

Nome Pinboard Viewer Pinboard Viewer
ID odpfcajfjbfbgbglgmioehbenmdfnnii
URL Oficial https://chromewebstore.google.com/detail/pinboard-viewer/odpfcajfjbfbgbglgmioehbenmdfnnii
Descrição Make Pinboard (http://pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.
Tamanho do Arquivo 131 KB
Contagem de Instalações 134
Versão Atual 1.1.2
Última Atualização 2015-09-22
Data de Publicação 2015-09-22
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/lmartel/pinboard-viewer
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard Viewer",
    "short_name": "Pinboard Viewer",
    "version": "1.1.2",
    "description": "Make Pinboard (http:\/\/pinboard.in) pins act more like browser bookmarks. Includes fuzzy search by pin title and url.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Pinboard Viewer",
        "default_icon": "\/img\/icon_colored_54.png",
        "default_popup": "\/html\/popup.html",
        "icons": [
            "\/img\/icon_colored_54.png",
            "\/img\/icon_grey_54.png"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/api.pinboard.in\/v1\/*"
    ],
    "background": {
        "page": "\/html\/background.html"
    },
    "icons": {
        "16": "\/img\/icon_colored_16.png",
        "48": "\/img\/icon_colored_48.png",
        "54": "\/img\/icon_colored_54.png",
        "104": "\/img\/icon_colored_104.png",
        "128": "\/img\/icon_colored_128.png"
    },
    "options_page": "\/html\/options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    }
}