Pinboard style

This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

O que é Pinboard style?

Pinboard style é uma extensão do Chrome desenvolvida por Zander Martineau, e sua principal característica é "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinboard style

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

                        This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.                    

Informações Básicas da Extensão

Nome Pinboard style Pinboard style
ID mmcabafimbenknlnlndkdfjgfkkljhmg
URL Oficial https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg
Descrição This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Tamanho do Arquivo 214 KB
Contagem de Instalações 101
Versão Atual 0.0.4
Última Atualização 2014-08-03
Data de Publicação 2014-08-03
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Zander Martineau
Tipo de Pagamento free
Site da Extensão https://github.com/mrmartineau/pinboard-chrome-extension
URL da Página de Ajuda https://github.com/mrmartineau/pinboard-chrome-extension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard style",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).",
    "homepage_url": "http:\/\/martineau.tv",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/pinboard.in\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/*",
        "img\/*"
    ]
}