Agapa Session Manager
Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Cos'è Agapa Session Manager?
Agapa Session Manager è un'estensione di Chrome sviluppata da Agapa Studio, e la sua funzione principale è "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Agapa Session Manager
Scarica i file di estensione Agapa Session Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Agapa Session Manager |
ID | aadgbdmalhohalpcmahdjgapdohgpkha |
URL Ufficiale | https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha |
Descrizione | Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want. |
Dimensione del File | 25.54 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-02-19 |
Data di Pubblicazione | 2013-02-19 |
Valutazione | 2.80/5 Totale 5 Valutazioni |
Sviluppatore | Agapa Studio |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.agapastudio.com |
Lingue Supportate | 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" ] } |