Pin Them All

Pin all your tabs

Apa itu Pin Them All?

Pin Them All adalah ekstensi Chrome yang dikembangkan oleh ayayael12, dan fitur utamanya adalah "Pin all your tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pin Them All

Unduh file ekstensi Pin Them All 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

                        Quickly pin all your open tabs using the "Pin them all" context menu option                    

Informasi Dasar Ekstensi

Nama Pin Them All Pin Them All
ID ndabmaflbdfldmdlccmpccenpkgklhln
URL Resmi https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln
Deskripsi Pin all your tabs
Ukuran File 12.95 KB
Jumlah Instalasi 12,621
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-03-13
Tanggal Publikasi 2015-03-13
Penilaian 1.00/5 Total 5 Penilaian
Pengembang ayayael12
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Pin all your tabs",
    "version": "0.1",
    "name": "Pin Them All",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "pin.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}