BMTab

Put the tab to bookmark for future access and to release the resources

BMTabคืออะไร?

BMTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zncoder และคุณลักษณะหลักของมันคือ "Put the tab to bookmark for future access and to release the resources"

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

screenshot

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

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

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

                        Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page".

This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.                    

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

ชื่อ BMTab BMTab
ID djpdjipenanplkappkhojednmhkihfjo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo
คำอธิบาย Put the tab to bookmark for future access and to release the resources
ขนาดไฟล์ 22.39 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.8.2
อัปเดตครั้งล่าสุด 2019-12-17
วันที่เผยแพร่ 2019-12-17
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา zncoder
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/zncoder/bmtab
URL หน้าช่วยเหลือ https://github.com/zncoder/bmtab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMTab",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Put the tab to bookmark for future access and to release the resources",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/32.png",
        "default_title": "Click to put this tab to bookmark"
    }
}