Sessions
Show all session tabs across all devices.
What is Sessions?
Sessions is a Chrome extension developed by Unknown, and its main feature is "Show all session tabs across all devices.".
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
Show all session tabs across all devices on your new tab page.
Extension Basic Information
Name | Sessions |
ID | blckjkkhepjlkobjpdopaaggegaboaob |
Official URL | https://chromewebstore.google.com/detail/sessions/blckjkkhepjlkobjpdopaaggegaboaob |
Description | Show all session tabs across all devices. |
File Size | 32.29 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2016-05-12 |
Publish Date | 2016-05-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions", "description": "Show all session tabs across all devices.", "version": "1.0", "browser_action": { "default_icon": "sessions.png" }, "chrome_url_overrides": { "newtab": "sessions.html" }, "icons": { "16": "sessions16.png", "48": "sessions48.png", "128": "sessions128.png" }, "permissions": [ "sessions", "tabs" ] } |