Pin It!

Save links to read later across any chrome.

Co to jest Pin It!?

Pin It! to rozszerzenie Chrome opracowane przez blackchilled, a jego główną funkcją jest „Save links to read later across any chrome.”.

Pobierz plik CRX rozszerzenia Pin It!

Pobierz pliki rozszerzeń Pin It! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
Oficjalny URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Opis Save links to read later across any chrome.
Rozmiar pliku 48.21 KB
Liczba instalacji 11
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-01-07
Data Publikacji 2015-01-07
Deweloper blackchilled
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}