Tabbie

The missing tab manager for Chrome

Tabbieคืออะไร?

Tabbie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hharnisc และคุณลักษณะหลักของมันคือ "The missing tab manager for Chrome"

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

screenshot

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

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

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

                        The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.                    

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

ชื่อ Tabbie Tabbie
ID aingjdeimmekeknhjcbnigfbfbboffeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo
คำอธิบาย The missing tab manager for Chrome
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 3,107
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2017-03-19
วันที่เผยแพร่ 2017-03-19
คะแนน 3.62/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา hharnisc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbie",
    "short_name": "Tabbie",
    "description": "The missing tab manager for Chrome",
    "version": "0.4.1",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}