Tabson

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

Tabsonคืออะไร?

Tabson เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabson.co และคุณลักษณะหลักของมันคือ "All your tabs in one place, saves up to 95% of memory"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabson

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
    }
}