Show Me Tabs (light)

This extension simple shows a Tabs.

Show Me Tabs (light)คืออะไร?

Show Me Tabs (light) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sp0xff และคุณลักษณะหลักของมันคือ "This extension simple shows a Tabs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Me Tabs (light)

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

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

                        If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab.
Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows.
There are plans to add a drag and drop, search and much more.                    

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

ชื่อ Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
คำอธิบาย This extension simple shows a Tabs.
ขนาดไฟล์ 39.99 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-01-26
วันที่เผยแพร่ 2017-01-26
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา sp0xff
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "short_name": "Show Me Tabs",
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html",
        "default_title": "Show Me Tabs"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ]
}