Better Pin It

Better Pinterest PinIt extension with context menu

O que é Better Pin It?

Better Pin It é uma extensão do Chrome desenvolvida por Dennis Hildenbrand, e sua principal característica é "Better Pinterest PinIt extension with context menu".

Baixar o arquivo CRX da Extensão Better Pin It

Baixe arquivos de extensão Better Pin It 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

                        Allows you to pin images from every page either through the task bar icon or from the context menu.                    

Informações Básicas da Extensão

Nome Better Pin It Better Pin It
ID dogjgmhpdaaibbnidlejhkgnmcknfekl
URL Oficial https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl
Descrição Better Pinterest PinIt extension with context menu
Tamanho do Arquivo 26.49 KB
Contagem de Instalações 1,000
Versão Atual 1.0
Última Atualização 2014-01-26
Data de Publicação 2014-01-26
Classificação 3.89/5 Total de 9 Avaliações
Desenvolvedor Dennis Hildenbrand
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Pin It",
    "description": "Better Pinterest PinIt extension with context menu",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "context.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin It",
        "default_icon": {
            "19": "pinterest_19.png",
            "38": "pinterest_38.png"
        }
    },
    "icons": {
        "16": "pinterest_16.png",
        "48": "pinterest_48.png",
        "128": "pinterest_128.png"
    }
}