Tabist

Quick Tab Switcher

Tabistคืออะไร?

Tabist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fivenineplusr และคุณลักษณะหลักของมันคือ "Quick Tab Switcher"

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

screenshot

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

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

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

                        Quickly find the tab that you want to see and click the link to go to that tab.                    

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

ชื่อ Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
คำอธิบาย Quick Tab Switcher
ขนาดไฟล์ 31.15 KB
จำนวนการติดตั้ง 728
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2016-09-18
วันที่เผยแพร่ 2016-09-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา fivenineplusr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/fiveNinePlusR/tabist
URL หน้าช่วยเหลือ http://github.com/fiveNinePlusR/tabist
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quick Tab Switcher",
    "manifest_version": 2,
    "name": "Tabist",
    "version": "0.1.6",
    "homepage_url": "https:\/\/github.com\/fiveNinePlusR\/tabist",
    "icons": {
        "48": "icons\/page-48_white.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/page-32_white.png"
    },
    "commands": {
        "toggle-tabist": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E"
            },
            "description": "Toggle or activate a Tabist tab"
        }
    }
}