Sessions for Google Chrome™
Compile your tabs into Sessions.
Qu'est-ce que Sessions for Google Chrome™ ?
Sessions for Google Chrome™ est une extension Chrome développée par bulletblue, et sa fonction principale est "Compile your tabs into Sessions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sessions for Google Chrome™
Téléchargez les fichiers d'extension Sessions for Google Chrome™ 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
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account. Tabs will open in current window by default or optionally in a new window.
Informations de Base sur l'Extension
Nom | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
URL Officiel | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Description | Compile your tabs into Sessions. |
Taille du Fichier | 727 KB |
Nombre d'Installations | 1,166 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2016-04-16 |
Date de Publication | 2016-04-16 |
Évaluation | 3.57/5 Total 7 Évaluations |
Développeur | bulletblue |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions for Google Chrome\u2122", "short_name": "Sessions", "version": "1.2.1", "description": "Compile your tabs into Sessions.", "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |