Tab Control

Helps users to manage their tabs... especially during exam season!

Tab Controlคืออะไร?

Tab Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย julie.xxue และคุณลักษณะหลักของมันคือ "Helps users to manage their tabs... especially during exam season!"

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

screenshot

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

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

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

                        Extension that allows you to search through your open tabs.                    

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

ชื่อ Tab Control Tab Control
ID popmafmnbegjdlendkcciihndkolkkek
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-control/popmafmnbegjdlendkcciihndkolkkek
คำอธิบาย Helps users to manage their tabs... especially during exam season!
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-01-15
วันที่เผยแพร่ 2016-01-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา julie.xxue
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ldreyes/Tab-Control
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "description": "Helps users to manage their tabs... especially during exam season!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": ".\/img\/tab.png",
        "default_popup": "popup.html",
        "default_title": "Tab-Control"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}