Pin It!

Save links to read later across any chrome.

Wat is Pin It!?

Pin It! is een Chrome-extensie ontwikkeld door blackchilled, en de belangrijkste functie is "Save links to read later across any chrome.".

Download het CRX-bestand van de extensie Pin It!

Download Pin It!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
Officiële URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Beschrijving Save links to read later across any chrome.
Bestandsgrootte 48.21 KB
Aantal Installaties 11
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-01-07
Publicatiedatum 2015-01-07
Ontwikkelaar blackchilled
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}