Save Your Tabs for Later

Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Qu'est-ce que Save Your Tabs for Later ?

Save Your Tabs for Later est une extension Chrome développée par bkanyo, et sa fonction principale est "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Save Your Tabs for Later

Téléchargez les fichiers d'extension Save Your Tabs for Later 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

                        Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened.

You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.                    

Informations de Base sur l'Extension

Nom Save Your Tabs for Later Save Your Tabs for Later
ID dlpkofiapmkalomecepjjhlkjhommkap
URL Officiel https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap
Description Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
Taille du Fichier 1.06 MB
Nombre d'Installations 25
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-08-14
Date de Publication 2017-08-14
Développeur bkanyo
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Your Tabs for Later",
    "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.",
    "version": "1.0.2",
    "shortName": "Save tabs",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "index.html"
    }
}