Tabson

All your tabs in one place, saves up to 95% of memory

什麼是Tabson?

Tabson是由https://tabson.co開發的Chrome擴展程式,該擴展的主要功能是“All your tabs in one place, saves up to 95% of memory”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tabson擴展crx文件

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

擴展使用說明

                        No need to keep all your tabs open anymore! 

Optimize your Chrome browsing experience with Tabson Chrome Tab Manager.

Start browsing effortlessly. Reduce memory consumption, avoid clutter.

Features:

★ 1 click to gather all your tabs on a single screen;
★ 1 click to restore your any day browsing session;
★ Instantly find a tab by keyword;
★ Greatly reduce memory and CPU consumption;
★ Create your own Web Stories, to instantly access them. 

Privacy is crucial.
We do not use or collect any information about your tabs or your browsing history.

Privacy policy: https://tabson.co/privacy-policy
Therms of use: https://tabson.co/terms-of-use                    

擴展基本資訊

名稱 Tabson Tabson
ID hflpomhemdckeoickmckifpfoidefkbg
官方網址 https://chromewebstore.google.com/detail/tabson/hflpomhemdckeoickmckifpfoidefkbg
簡介 All your tabs in one place, saves up to 95% of memory
檔案大小 7.17 MB
安裝次數 426
目前版本 1.1
更新時間 2021-05-03
上架時間 2021-03-10
評分 4.86/5 共 14 次評分
開發者 https://tabson.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tabson.co
隱私政策頁面URL http://tabson.co/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabson",
    "description": "All your tabs in one place, saves up to 95% of memory",
    "version": "1.1",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "system.memory",
        "http:\/\/localhost\/*",
        ""
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png"
        },
        "default_title": "Tabson",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}