Tab Workspaces

Save and manage a collection of tabs as workspaces.

Qu'est-ce que Tab Workspaces ?

Tab Workspaces est une extension Chrome développée par Hao Fu, et sa fonction principale est "Save and manage a collection of tabs as workspaces.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Workspaces

Téléchargez les fichiers d'extension Tab Workspaces 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

                        This extensions will save all currently opened tabs into a workspace. You can name the workspace and tag it with description. Then you can browse saved workspaces, and launch the tabs in new windows.                    

Informations de Base sur l'Extension

Nom Tab Workspaces Tab Workspaces
ID pfdcopdimdhfhdaiiaeddjcidkjbnpll
URL Officiel https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll
Description Save and manage a collection of tabs as workspaces.
Taille du Fichier 125 KB
Nombre d'Installations 69
Version Actuelle 1.1
Dernière Mise à Jour 2018-12-18
Date de Publication 2018-12-17
Évaluation 1.00/5 Total 1 Évaluations
Développeur Hao Fu
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Workspaces",
    "version": "1.1",
    "description": "Save and manage a collection of tabs as workspaces.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "html\/app.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}