Workspaces
Save all your current tabs and come back to them later.
Qu'est-ce que Workspaces ?
Workspaces est une extension Chrome développée par mdni007, et sa fonction principale est "Save all your current tabs and come back to them later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Workspaces
Téléchargez les fichiers d'extension 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
Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs. Updates: v2: - Added button to update current workspaces (by Ganesh Swamypillai)
Informations de Base sur l'Extension
Nom | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
URL Officiel | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
Description | Save all your current tabs and come back to them later. |
Taille du Fichier | 664 KB |
Nombre d'Installations | 2,918 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2022-01-30 |
Date de Publication | 2019-10-03 |
Évaluation | 3.52/5 Total 21 Évaluations |
Développeur | mdni007 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://mdislam.com/data/workspaces.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workspaces", "description": "Save all your current tabs and come back to them later.", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "storage", "tabs" ] } |