Pin It!

Save links to read later across any chrome.

O que é Pin It!?

Pin It! é uma extensão do Chrome desenvolvida por blackchilled, e sua principal característica é "Save links to read later across any chrome.".

Baixar o arquivo CRX da Extensão Pin It!

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

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

Informações Básicas da Extensão

Nome Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
URL Oficial https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Descrição Save links to read later across any chrome.
Tamanho do Arquivo 48.21 KB
Contagem de Instalações 11
Versão Atual 0.0.1
Última Atualização 2015-01-07
Data de Publicação 2015-01-07
Desenvolvedor blackchilled
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}