Tab Organizer
Organizes all tabs by alphabetical order grouping websites together with one click
Tab Organizerคืออะไร?
Tab Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wolfmac964 และคุณลักษณะหลักของมันคือ "Organizes all tabs by alphabetical order grouping websites together with one click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Organizer
ดาวน์โหลดไฟล์ส่วนขยาย Tab Organizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Organize Your Tab Bar With One Click! If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow. This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back! Questions? Email [email protected] Download Now!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | klejmohljepdfjiffcjcecidkdpjdafb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb |
คำอธิบาย | Organizes all tabs by alphabetical order grouping websites together with one click |
ขนาดไฟล์ | 70.36 KB |
จำนวนการติดตั้ง | 277 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-06-03 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | wolfmac964 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Organizer", "version": "1.0.0", "description": "Organizes all tabs by alphabetical order grouping websites together with one click", "author": "Mac Wolf", "short_name": "Tab Organizer", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" } } |