Agapa Session Manager
Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Qu'est-ce que Agapa Session Manager ?
Agapa Session Manager est une extension Chrome développée par Agapa Studio, et sa fonction principale est "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Agapa Session Manager
Téléchargez les fichiers d'extension Agapa Session Manager 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 Agapa Session Manager you can save you current browser windows and tabs and restore them whenever you want. Supports multiple sessions, save session to file, import session from file.
Informations de Base sur l'Extension
Nom | Agapa Session Manager |
ID | aadgbdmalhohalpcmahdjgapdohgpkha |
URL Officiel | https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha |
Description | Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want. |
Taille du Fichier | 25.54 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-02-19 |
Date de Publication | 2013-02-19 |
Évaluation | 2.80/5 Total 5 Évaluations |
Développeur | Agapa Studio |
Type de Paiement | free |
Site Web de l'Extension | http://www.agapastudio.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agapa Session Manager", "version": "1.0", "manifest_version": 2, "description": "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon_19.png", "default_title": "Agapa Session Manager", "default_popup": "main.html" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs", "background" ] } |