TabTrum

Save & Launch your Browser Tab Combinations in a blink.

TabTrumคืออะไร?

TabTrum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shuvam Manna และคุณลักษณะหลักของมันคือ "Save & Launch your Browser Tab Combinations in a blink."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TabTrum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We built TabTrum to address one key problem. 
There are multiple instances when we have quite a few tabs open on our browser, and that causes our devices to stutter. TabTrum is a tool that let's you take snapshots of open tabs so that you can sometimes close the Browser and free up RAM on your machine.

When you need the tabs next, simply click on "Launch Tabs" from the Snapshot and voila! You have your tabs ready to go.

With TabTrum, you can -
➡️ Open n tabs (duh),
➡️ Save them as a Snapshot when you're taking off,
➡️ Close the browser in peace,
➡️ Come back and launch all tabs at once !                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TabTrum TabTrum
ID jhfphbjeobgkfkhjapgihmpgphcikgik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabtrum/jhfphbjeobgkfkhjapgihmpgphcikgik
คำอธิบาย Save & Launch your Browser Tab Combinations in a blink.
ขนาดไฟล์ 53.2 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2020-11-22
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Shuvam Manna
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tabtrum.live
URL หน้าช่วยเหลือ https://twitter.com/tabtrumapp
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabTrum",
    "version": "1.2.0",
    "description": "Save & Launch your Browser Tab Combinations in a blink.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "tabtrum_128.png"
        },
        "icons": {
            "16": "tabtrum_16.png",
            "32": "tabtrum_32.png",
            "48": "tabtrum_48.png",
            "128": "tabtrum_128.png"
        }
    }
}