Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Tab Manager (by shimomire)คืออะไร?

Tab Manager (by shimomire) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shimomire และคุณลักษณะหลักของมันคือ "This is a tool to manage tab that is currently open on a single screen."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Manager (by shimomire)

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

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

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

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

ชื่อ Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
คำอธิบาย This is a tool to manage tab that is currently open on a single screen.
ขนาดไฟล์ 260 KB
จำนวนการติดตั้ง 783
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2012-11-23
วันที่เผยแพร่ 2012-11-23
คะแนน 3.83/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา shimomire
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}