Agapa Session Manager
Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
What is Agapa Session Manager?
Agapa Session Manager is a Chrome extension developed by Agapa Studio, and its main feature is "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".
Extension Screenshots
Download Agapa Session Manager Extension CRX File
Download Agapa Session Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Agapa Session Manager |
ID | aadgbdmalhohalpcmahdjgapdohgpkha |
Official URL | 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. |
File Size | 25.54 KB |
Installation Count | 120 |
Current Version | 1.0 |
Last Updated | 2013-02-19 |
Publish Date | 2013-02-19 |
Rating | 2.80/5 Total 5 Ratings |
Developer | Agapa Studio |
Payment Type | free |
Extension Website | http://www.agapastudio.com |
Supported Languages | 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" ] } |