Pin It!

Save links to read later across any chrome.

Apa itu Pin It!?

Pin It! adalah ekstensi Chrome yang dikembangkan oleh blackchilled, dan fitur utamanya adalah "Save links to read later across any chrome.".

Unduh Berkas CRX Ekstensi Pin It!

Unduh file ekstensi Pin It! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
URL Resmi https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Deskripsi Save links to read later across any chrome.
Ukuran File 48.21 KB
Jumlah Instalasi 11
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-01-07
Tanggal Publikasi 2015-01-07
Pengembang blackchilled
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}