Tabson

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

Tabson là gì?

Tabson là một tiện ích mở rộng Chrome được phát triển bởi https://tabson.co, và tính năng chính của nó là "All your tabs in one place, saves up to 95% of memory".

Ả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 Tabson

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

                        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                    

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

Tên Tabson Tabson
ID hflpomhemdckeoickmckifpfoidefkbg
URL Chính Thức https://chromewebstore.google.com/detail/tabson/hflpomhemdckeoickmckifpfoidefkbg
Mô tả All your tabs in one place, saves up to 95% of memory
Kích Thước Tệp 7.17 MB
Số Lần Cài Đặt 426
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-05-03
Ngày Phát Hành 2021-03-10
Đánh Giá 4.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://tabson.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabson.co
URL Trang Chính Sách Bảo Mật http://tabson.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}