TabView

Quickly switch between open browser tabs visually with TabView

TabViewคืออะไร?

TabView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Larry S และคุณลักษณะหลักของมันคือ "Quickly switch between open browser tabs visually with TabView"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search, open, close, re-arrange create and preview browser tabs all in one location.  Hot key access (Shift+Ctrl+Space) for quick access to TabView. 


GitHub Repository: https://github.com/larry273/tabView

Changelog:
[1.1.1] 2019-09-24
- Track tab/window movements outside extension

[1.1.0] 2019-09-20
- Window functionality, grouping/creating
- Added ability to move tab positions and between windows 

[1.0.0] 2019-09-15
- initial release


Credits:
SortableJS - https://github.com/SortableJS/Sortable
laptop vector - Designed by D3Images / Freepik                    

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

ชื่อ TabView TabView
ID bgcmjpjlnpbhjoehlpmadpljgaigilmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabview/bgcmjpjlnpbhjoehlpmadpljgaigilmj
คำอธิบาย Quickly switch between open browser tabs visually with TabView
ขนาดไฟล์ 38.6 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-09-24
วันที่เผยแพร่ 2019-09-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Larry S
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabView",
    "version": "1.1.1",
    "description": "Quickly switch between open browser tabs visually with TabView",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TabView"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "commands": {
        "show-tabview": {
            "suggested_key": {
                "default": "Shift+Ctrl+Space"
            },
            "description": "Show TabView"
        }
    }
}