SnapTab

Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…

Apa itu SnapTab?

SnapTab adalah ekstensi Chrome yang dikembangkan oleh Andrew Kirillov, dan fitur utamanya adalah "Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SnapTab

Unduh file ekstensi SnapTab 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

                        Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs currently in your browser window with one click. You can access and edit your snapshots from SnapTab's intuitive dashboard for later use.                    

Informasi Dasar Ekstensi

Nama SnapTab SnapTab
ID iihldjnghemdinkkpmkoafbhlfbplplc
URL Resmi https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc
Deskripsi Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
Ukuran File 406 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2020-05-07
Tanggal Publikasi 2020-05-07
Pengembang Andrew Kirillov
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/AndrewKirillo/SnapTab
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapTab",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Andrew Kirillov",
    "browser_action": {
        "default_icon": "SnapTab_logo_128.png",
        "default_title": "SnapTab",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "SnapTab_logo_16.png",
        "48": "SnapTab_logo_48.png",
        "128": "SnapTab_logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ]
}