Pin It!

Save links to read later across any chrome.

Co je Pin It!?

Pin It! je rozšíření Chrome vyvinuté blackchilled, a jeho hlavní funkcí je „Save links to read later across any chrome.“.

Stáhnout soubor CRX rozšíření Pin It!

Stáhněte si soubory rozšíření Pin It! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
Oficiální URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Popis Save links to read later across any chrome.
Velikost souboru 48.21 KB
Počet instalací 11
Aktuální Verze 0.0.1
Poslední Aktualizace 2015-01-07
Datum Vydání 2015-01-07
Vývojář blackchilled
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}