Web Squirrel : Session Manager
Save and manage your open tabs with one click
What is Web Squirrel : Session Manager?
Web Squirrel : Session Manager is a Chrome extension developed by Riade Benbaki, and its main feature is "Save and manage your open tabs with one click".
Extension Screenshots
Download Web Squirrel : Session Manager Extension CRX File
Download Web Squirrel : 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
This is a simple extension that allows you to store your open tabs is sessions. You can then manage all your saved sessions, by opening or deleting a session. To ask for new features, please visit the extension's repo : https://github.com/riadeb/Web-Squirrel
Extension Basic Information
Name | Web Squirrel : Session Manager |
ID | mnilmdpojbgbkgjpajpeeifgjmccoopf |
Official URL | https://chromewebstore.google.com/detail/web-squirrel-session-mana/mnilmdpojbgbkgjpajpeeifgjmccoopf |
Description | Save and manage your open tabs with one click |
File Size | 46.58 KB |
Installation Count | 84 |
Current Version | 1 |
Last Updated | 2020-04-26 |
Publish Date | 2020-04-26 |
Developer | Riade Benbaki |
Payment Type | free |
Extension Website | https://github.com/riadeb/Web-Squirrel |
Help Page URL | https://github.com/riadeb/Web-Squirrel |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Squirrel : Session Manager", "description": "Save and manage your open tabs with one click", "version": "1", "browser_action": { "default_popup": "popup.html", "default_icon": { "36": "src\/img\/noisette36.png", "16": "src\/img\/noisette16.png", "48": "src\/img\/noisette48.png", "128": "src\/img\/noisette128.png" } }, "icons": { "36": "src\/img\/noisette36.png", "16": "src\/img\/noisette16.png", "48": "src\/img\/noisette48.png", "128": "src\/img\/noisette128.png" }, "permissions": [ "tabs", "storage" ] } |