Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

Apa itu Tabs Saver?

Tabs Saver adalah ekstensi Chrome yang dikembangkan oleh Hashim Puthiyakath, dan fitur utamanya adalah "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tabs Saver

Unduh file ekstensi Tabs Saver 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

                        Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. 
If you have a bunch of websites that you open everyday, you may be opening them one after another. 
With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.                    

Informasi Dasar Ekstensi

Nama Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
URL Resmi https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
Deskripsi This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
Ukuran File 22.52 KB
Jumlah Instalasi 191
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-03-08
Tanggal Publikasi 2021-03-07
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Hashim Puthiyakath
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Saver",
    "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
    "permissions": [
        "tabs"
    ],
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}