Tabs

A simple, usable index of all your tabs.

Tabsคืออะไร?

Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kenmoore และคุณลักษณะหลักของมันคือ "A simple, usable index of all your tabs."

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

screenshot

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

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

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

                        Don't let a ton of tabs slow you down.
Press Alt+T to toggle a heads-up list of all your tabs.                    

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

ชื่อ Tabs Tabs
ID cdbepibloojgbmnofbejfgglmdlifadj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tabs/cdbepibloojgbmnofbejfgglmdlifadj
คำอธิบาย A simple, usable index of all your tabs.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.34
อัปเดตครั้งล่าสุด 2019-05-14
วันที่เผยแพร่ 2019-05-14
คะแนน 4.67/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา kenmoore
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs",
    "description": "A simple, usable index of all your tabs.",
    "version": "0.34",
    "author": "Ken Moore",
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-action-19.png",
            "38": "images\/browser-action-38.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "sessions",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/styles.css",
        "css\/cleanslate.css",
        "fonts\/*.woff2",
        "images\/*.svg",
        "images\/*.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "list-tabs": {
            "suggested_key": {
                "default": "Shift+Alt+T"
            },
            "description": "Show a list of all open tabs"
        }
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    }
}