Tab Switchy
Gives the freedom to play with tabs
Tab Switchyคืออะไร?
Tab Switchy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trinity และคุณลักษณะหลักของมันคือ "Gives the freedom to play with tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Switchy
ดาวน์โหลดไฟล์ส่วนขยาย Tab Switchy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
‘Tab-Switchy’ helps user to manage open tabs effectively and switch between them. This is important especially when the number of tabs is very large, as no information is visible when the number of tabs increases. This extension solves this issue by showing tabs in thumbnail view. It also shows all the tabs closed in the current session and does away with the hassle of checking browser history to open them. It allows bookmarking multiple tabs under a common folder name. A new feature of a SUPER TAB has been included to give the freedom to manage the open tabs and segregate them under a common name based on their importance or similarity. All the supertabs can also be bookmarked under a folder with a single click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | leooefpfiebcmimbkonkbohejdmppbbk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tab-switchy/leooefpfiebcmimbkonkbohejdmppbbk |
คำอธิบาย | Gives the freedom to play with tabs |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.0.1.0 |
อัปเดตครั้งล่าสุด | 2015-01-29 |
วันที่เผยแพร่ | 2015-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Trinity |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Switchy", "version": "1.0.1.0", "description": "Gives the freedom to play with tabs", "icons": { "16": "utility.png", "48": "utility48.png", "128": "utility128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "utility.png", "default_title": "Tab Switchy", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", " |