Tabius - Automatic Tab Grouping Assistant
An Automatic Tab Grouping Extension for Your Browser.
Tabius - Automatic Tab Grouping Assistantคืออะไร?
Tabius - Automatic Tab Grouping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://failab.eu และคุณลักษณะหลักของมันคือ "An Automatic Tab Grouping Extension for Your Browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabius - Automatic Tab Grouping Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Tabius - Automatic Tab Grouping Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tabius is a customizable and easy to use Tab Grouping assistant for Chrome. It is also open source! If you use tab grouping or couldn't use it due to lack of options, Tabius is a must have extension for you. The extension is packed with useful features like: ✔️ Automatically create new tab groups when you open a link in a new tab. ✔️ Auto Collapse inactive tab groups. ✔️ Limit the browser to only create groups if the new tab matches the original tab's domain. ✔️ Create custom tab grouping rules: always create tab groups with a specific name and color from your favorite websites! ✔️ Save your favorite tab groups and restore them for later use! ✔️ Don't want to create tab groups from a specific site? Create a blacklist from the settings or add the site to the blacklist right from the toolbar! ✔️ Option to close an existing tab group when there is only 1 tab left in it. ✔️ Limit maximum number of tabs allowed in a group. ✔️ Automatically name tab groups based on domain/subdomain or the full URL. ✔️ View current tab groups and act upon them by clicking on the extension icon right from the toolbar. ✔️ Sync all your settings, tab groups, and custom lists with browser. ✔️ ..and many more features. I created this extension from my need. I use tab groups all the time and the extension helps enhance this feature. If you have any questions or feedback, feel free to email me: [email protected]. This extension is made with ❤️ in Munich. What's new in v2.0.1 - You can now use the opener tab's title as the group name. To do so, select "Group Opener's title" from Settings>Group Naming Convention What's new in version 2.0 - Tabius has gone through a major redesign. - The extension has been rebuilt from the ground up. - You can now save your favorite tab groups for later. - Amend saved tab groups. - The popup is now more useful. - "nameless" group naming option. - Fixes scrolling issue if custom rules get too long. - Lots of bug fixes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabius - Automatic Tab Grouping Assistant |
ID | enceimdjnaccoeikjobaeicfodlfnijp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabius-automatic-tab-grou/enceimdjnaccoeikjobaeicfodlfnijp |
คำอธิบาย | An Automatic Tab Grouping Extension for Your Browser. |
ขนาดไฟล์ | 30.35 KB |
จำนวนการติดตั้ง | 3,326 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2023-11-19 |
วันที่เผยแพร่ | 2021-11-19 |
คะแนน | 4.57/5 รวมทั้งหมด 46 คะแนน |
ผู้พัฒนา | https://failab.eu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/FaisalBinAhmed/tabius |
URL หน้าช่วยเหลือ | https://github.com/FaisalBinAhmed/tabius/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabius - Automatic Tab Grouping Assistant", "short_name": "Tabius", "description": "An Automatic Tab Grouping Extension for Your Browser.", "version": "2.0.1", "author": "Faisal Ahmed", "background": { "service_worker": "assets\/background.js", "type": "module" }, "icons": { "128": "\/icon.png" }, "content_scripts": [], "action": { "default_title": "Tab Groups", "default_popup": "src\/action.html" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": true }, "permissions": [ "tabs", "tabGroups", "storage" ] } |