tabsleeper

Lightweight tab management

tabsleeper là gì?

tabsleeper là một tiện ích mở rộng Chrome được phát triển bởi https://tabsleeper.com, và tính năng chính của nó là "Lightweight tab management".

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

screenshot

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

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

                        Tabsleeper lets you sleep Chrome windows and tabs, putting them somewhere safe and closing the window. When you’re ready, you can wake them and pick up exactly where you left off.

It will ease the load on your computer, saving battery, and making it faster overall. You can manage different sessions, keeping your browsing tidy and organised. Plus, everything is saved locally so it’s private.

Never again get frustrated by tab overload. Sleep it away and you can always come back to it later. Or not.                    

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

Tên tabsleeper tabsleeper
ID immplmjnhpafilbefbokhflhmnbhigil
URL Chính Thức https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil
Mô tả Lightweight tab management
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-12-10
Ngày Phát Hành 2020-05-30
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://tabsleeper.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabsleeper.com
URL Trang Trợ Giúp https://github.com/tabsleeper/tabsleeper-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabsleeper",
    "version": "0.4.0",
    "description": "Lightweight tab management",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "build\/dist\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "action": {
        "default_icon": {
            "19": "icon\/browserAction\/19.png",
            "38": "icon\/browserAction\/38.png"
        },
        "default_title": "Sleep this window",
        "default_popup": "static\/popup.html"
    },
    "minimum_chrome_version": "88"
}