Session Manager

A simple Session manager that syncs across your PCs

Session Manager là gì?

Session Manager là một tiện ích mở rộng Chrome được phát triển bởi https://rjgtav.wordpress.com, và tính năng chính của nó là "A simple Session manager that syncs across your PCs".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Session Manager 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

                        With Session Manager you'll be able to group and save your tabs into multiple sessions.
This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs.

Features:
+ Up to 120 tabs per session
+ Up to 30 sessions
+ Automatically syncs between all of your PCs*

*Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.)

This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager                    

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

Tên Session Manager Session Manager
ID aflhdjdhfogmjdakdkbhiacemdkkipkp
URL Chính Thức https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp
Mô tả A simple Session manager that syncs across your PCs
Kích Thước Tệp 2.09 MB
Số Lần Cài Đặt 283
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-03-27
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://rjgtav.wordpress.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Session Manager",
    "version": "1.2.2",
    "description": "A simple Session manager that syncs across your PCs",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "runtime.js",
            "vendor.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ]
}