TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
TabListคืออะไร?
TabList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arthur Gerkis และคุณลักษณะหลักของมันคือ "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabList
ดาวน์โหลดไฟล์ส่วนขยาย TabList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. You can find code here: https://github.com/ax330d/TabList
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
คำอธิบาย | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
ขนาดไฟล์ | 341 KB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 1.0.9 |
อัปเดตครั้งล่าสุด | 2017-09-04 |
วันที่เผยแพร่ | 2017-09-04 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Arthur Gerkis |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabList", "version": "1.0.9", "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.", "chrome_url_overrides": { "newtab": "newTab.html" }, "incognito": "split", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "chrome:\/\/favicon\/" ], "options_page": "options.html", "manifest_version": 2, "web_accessible_resources": [ "fonts\/*" ] } |