tabsleeper

Lightweight tab management

什麼是tabsleeper?

tabsleeper是由https://tabsleeper.com開發的Chrome擴展程式,該擴展的主要功能是“Lightweight tab management”。

擴展截圖

screenshot

下載tabsleeper擴展crx文件

下載tabsleeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 tabsleeper tabsleeper
ID immplmjnhpafilbefbokhflhmnbhigil
官方網址 https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil
簡介 Lightweight tab management
檔案大小 211 KB
安裝次數 213
目前版本 0.4.0
更新時間 2023-12-10
上架時間 2020-05-30
評分 4.20/5 共 5 次評分
開發者 https://tabsleeper.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tabsleeper.com
說明頁面URL https://github.com/tabsleeper/tabsleeper-extension/issues
支援的語言 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"
}