Sessions
Easiest way to save active tabs as bookmarks.
What is Sessions?
Sessions is a Chrome extension developed by Rishi Raj, and its main feature is "Easiest way to save active tabs as bookmarks.".
Extension Screenshots
Download Sessions Extension CRX File
Download Sessions 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
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.
Extension Basic Information
Name | Sessions |
ID | cghfjjildgodiekbjbibnlgoccaafdko |
Official URL | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
Description | Easiest way to save active tabs as bookmarks. |
File Size | 18.48 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2017-05-08 |
Publish Date | 2017-05-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rishi Raj |
[email protected] | |
Payment Type | free |
Extension Website | http://rishi.im/sessions-chrome |
Supported Languages | 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" } } |