Pin Unpin All

A button to pin or unpin all the tabs in the window.

Apa itu Pin Unpin All?

Pin Unpin All adalah ekstensi Chrome yang dikembangkan oleh ev0lut1on, dan fitur utamanya adalah "A button to pin or unpin all the tabs in the window.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pin Unpin All

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

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

Informasi Dasar Ekstensi

Nama Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
URL Resmi https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Deskripsi A button to pin or unpin all the tabs in the window.
Ukuran File 9.72 KB
Jumlah Instalasi 3,246
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2019-10-15
Penilaian 4.93/5 Total 14 Penilaian
Pengembang ev0lut1on
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ev0lut1on.com
URL Halaman Bantuan https://ev0lut1on.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}