Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

Apa itu Pin'em All?

Pin'em All adalah ekstensi Chrome yang dikembangkan oleh Uman, dan fitur utamanya adalah "Allows user to pin all open tabs or to unpin all pinned tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pin'em All

Unduh file ekstensi Pin'em 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

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

Informasi Dasar Ekstensi

Nama Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
URL Resmi https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
Deskripsi Allows user to pin all open tabs or to unpin all pinned tabs
Ukuran File 17.13 KB
Jumlah Instalasi 397
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-09-16
Tanggal Publikasi 2016-09-16
Penilaian 4.75/5 Total 8 Penilaian
Pengembang Uman
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.umanski.me
URL Halaman Bantuan http://www.umanski.me
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}