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.

Cos'è Tabs Saver?

Tabs Saver è un'estensione di Chrome sviluppata da Hashim Puthiyakath, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabs Saver

Scarica i file di estensione Tabs Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
URL Ufficiale https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
Descrizione 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.
Dimensione del File 22.52 KB
Conteggio Installazioni 191
Versione Corrente 1.2
Ultimo Aggiornamento 2021-03-08
Data di Pubblicazione 2021-03-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Hashim Puthiyakath
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}