Pin It!

Save links to read later across any chrome.

Cos'è Pin It!?

Pin It! è un'estensione di Chrome sviluppata da blackchilled, e la sua funzione principale è "Save links to read later across any chrome.".

Scarica il file CRX dell'estensione Pin It!

Scarica i file di estensione Pin It! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
URL Ufficiale https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Descrizione Save links to read later across any chrome.
Dimensione del File 48.21 KB
Conteggio Installazioni 11
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-01-07
Data di Pubblicazione 2015-01-07
Sviluppatore blackchilled
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}