Tab Session Master
Save and restore the state of windows and tabs. It also supports automatic backup your current session
What is Tab Session Master?
Tab Session Master is a Chrome extension developed by https://tebofy.com, and its main feature is "Save and restore the state of windows and tabs. It also supports automatic backup your current session".
Extension Screenshots
Download Tab Session Master Extension CRX File
Download Tab Session Master 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
Manage Browser Tabs and Bookmarks with Ease Tab Session Master is a unified session manager and bookmark manager. ● Save open tabs and restore them later. Great for freeing up memory and avoiding clutter. ● Auto save when window is closed ● Auto save at regular intervals ● Recover open tabs after a crash or when your OS restarts your computer. ● Smart Search open and saved tabs to quickly find what you're looking for. ● Save or open a list of URLs from the clipboard or a file. ▬▬▬▬▬ PLEASE RATE! ▬▬▬▬▬
Extension Basic Information
Name | Tab Session Master |
ID | ibgcfjpjkenifoodgneppodehmkbaefp |
Official URL | https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp |
Description | Save and restore the state of windows and tabs. It also supports automatic backup your current session |
File Size | 453 KB |
Installation Count | 499 |
Current Version | 1.2.1 |
Last Updated | 2020-04-15 |
Publish Date | 2020-04-15 |
Rating | 2.83/5 Total 6 Ratings |
Developer | https://tebofy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://tab-session.tebofy.com |
Help Page URL | https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster |
Supported Languages | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Tab Session Master", "manifest_version": 2, "name": "Tab Session Master", "default_locale": "en", "description": "Save and restore the state of windows and tabs. It also supports automatic backup your current session", "version": "1.2.1", "icons": { "16": "\/images\/logo-16.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "background": { "scripts": [ "ga.min.js", "browser-polyfill.min.js", "background.min.js" ], "persistent": false }, "browser_action": { "default_icon": "\/images\/logo-128.png", "default_title": "Tab Session Master" }, "permissions": [ "tabs", "storage", "contextMenus", "notifications", "alarms", "activeTab" ], "optional_permissions": [ "bookmarks" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; img-src * data:;" } |