Sessions
Easiest way to save active tabs as bookmarks.
Qu'est-ce que Sessions ?
Sessions est une extension Chrome développée par Rishi Raj, et sa fonction principale est "Easiest way to save active tabs as bookmarks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sessions
Téléchargez les fichiers d'extension Sessions 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 is a light-weight Chrome extension which simply saves all your active tabs in a Chrome window as bookmarks, organized in a timestamped folder. All your sessions, saved with a click. To see the saved items, go to your Bookmark Manager and find the timestamped folder starting with "Session saved on ..." in the Other Bookmarks option.
Informations de Base sur l'Extension
Nom | Sessions |
ID | cghfjjildgodiekbjbibnlgoccaafdko |
URL Officiel | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
Description | Easiest way to save active tabs as bookmarks. |
Taille du Fichier | 18.48 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-05-08 |
Date de Publication | 2017-05-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rishi Raj |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://rishi.im/sessions-chrome |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions", "description": "Easiest way to save active tabs as bookmarks.", "version": "1.0", "author": "Rishi Raj", "homepage_url": "http:\/\/rishi.im\/sessions-chrome-extension\/", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "background": { "persistent": false, "scripts": [ "sessions.js" ] }, "permissions": [ "tabs", "background", "bookmarks" ], "browser_action": { "default_title": "Save the session as Bookmarks", "default_icon": "icon.png" } } |