Pin It!

Save links to read later across any chrome.

Was ist Pin It!?

Pin It! ist eine Chrome-Erweiterung, die von blackchilled entwickelt wurde, und ihr Hauptmerkmal ist "Save links to read later across any chrome.".

Pin It!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pin It!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
Offizielle URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Beschreibung Save links to read later across any chrome.
Dateigröße 48.21 KB
Installationsanzahl 11
Aktuelle Version 0.0.1
Letztes Update 2015-01-07
Veröffentlichungsdatum 2015-01-07
Entwickler blackchilled
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}