Tab Manager

Quickly and conveniently manage your open tabs

Tab Managerคืออะไร?

Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joshperry และคุณลักษณะหลักของมันคือ "Quickly and conveniently manage your open tabs"

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

screenshot
screenshot

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

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

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

                        Manipulate, sort, and search through all of your open tabs!

This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager

Please report bugs and/or feature requests at the github link above.                    

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

ชื่อ Tab Manager Tab Manager
ID eobcjlgohobbfcgabmijkdgpjkknpbbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo
คำอธิบาย Quickly and conveniently manage your open tabs
ขนาดไฟล์ 734 KB
จำนวนการติดตั้ง 2,733
เวอร์ชันปัจจุบัน 4.2.0
อัปเดตครั้งล่าสุด 2016-07-21
วันที่เผยแพร่ 2016-07-21
คะแนน 4.80/5 รวมทั้งหมด 56 คะแนน
ผู้พัฒนา joshperry
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/joshperry/Tab-Manager
URL หน้าช่วยเหลือ https://github.com/joshperry/Tab-Manager/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "4.2.0",
    "manifest_version": 2,
    "description": "Quickly and conveniently manage your open tabs",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    }
}