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.

Qu'est-ce que Tabs Saver ?

Tabs Saver est une extension Chrome développée par Hashim Puthiyakath, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tabs Saver

Téléchargez les fichiers d'extension Tabs Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
URL Officiel https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
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.
Taille du Fichier 22.52 KB
Nombre d'Installations 191
Version Actuelle 1.2
Dernière Mise à Jour 2021-03-08
Date de Publication 2021-03-07
Évaluation 5.00/5 Total 4 Évaluations
Développeur Hashim Puthiyakath
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}