Tab Session Master
Save and restore the state of windows and tabs. It also supports automatic backup your current session
Что такое Tab Session Master?
Tab Session Master - это расширение Chrome, разработанное https://tebofy.com, и его основная функция - "Save and restore the state of windows and tabs. It also supports automatic backup your current session".
Снимки экрана расширения
Скачать файл CRX расширения Tab Session Master
Скачайте файлы расширений Tab Session Master в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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! ▬▬▬▬▬
Основная информация о расширении
Название | Tab Session Master |
ID | ibgcfjpjkenifoodgneppodehmkbaefp |
Официальный URL | https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp |
Описание | Save and restore the state of windows and tabs. It also supports automatic backup your current session |
Размер файла | 453 KB |
Количество установок | 499 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2020-04-15 |
Дата публикации | 2020-04-15 |
Рейтинг | 2.83/5 Всего 6 оценок |
Разработчик | https://tebofy.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://tab-session.tebofy.com |
URL страницы помощи | https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster |
Поддерживаемые языки | 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:;" } |