Tab Session Master

Save and restore the state of windows and tabs. It also supports automatic backup your current session

Tab Session Master là gì?

Tab Session Master là một tiện ích mở rộng Chrome được phát triển bởi https://tebofy.com, và tính năng chính của nó là "Save and restore the state of windows and tabs. It also supports automatic backup your current session".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Session Master

Tải xuống các tệp mở rộng Tab Session Master dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!       ▬▬▬▬▬                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Session Master Tab Session Master
ID ibgcfjpjkenifoodgneppodehmkbaefp
URL Chính Thức https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp
Mô tả Save and restore the state of windows and tabs. It also supports automatic backup your current session
Kích Thước Tệp 453 KB
Số Lần Cài Đặt 499
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-04-15
Ngày Phát Hành 2020-04-15
Đánh Giá 2.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://tebofy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tab-session.tebofy.com
URL Trang Trợ Giúp https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster
Ngôn Ngữ Được Hỗ Trợ 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:;"
}