Chromespaces
Manage your tabs in workspaces and switch between them as you want.
Qu'est-ce que Chromespaces ?
Chromespaces est une extension Chrome développée par Unknown, et sa fonction principale est "Manage your tabs in workspaces and switch between them as you want.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromespaces
Téléchargez les fichiers d'extension Chromespaces 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
With Chromespaces you can simply save your tabs to workspace and open them next time with one click. Opening will close all current tabs and replace them with tabs from last state. Extension is in beta version, so feel free to post bug reports and new feature requests! v0.3: - GA tracking - tab lists display v0.2: - simple user interface v0.1: - prototype
Informations de Base sur l'Extension
Nom | Chromespaces |
ID | amkdgdofmdlggdnkkkcobhofoegcapco |
URL Officiel | https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco |
Description | Manage your tabs in workspaces and switch between them as you want. |
Taille du Fichier | 52.99 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.3.2 |
Dernière Mise à Jour | 2014-01-24 |
Date de Publication | 2014-01-24 |
Évaluation | 1.80/5 Total 5 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromespaces", "description": "Manage your tabs in workspaces and switch between them as you want.", "version": "0.3.2", "author": "hmark.eu", "permissions": [ "tabs" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/class.js", "js\/workspace.js", "js\/settings.js", "js\/gateway.js", "js\/repo.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/inactive.png", "default_popup": "chromespaces.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |