Tab Organizer
Organizes all tabs by alphabetical order grouping websites together with one click
Tab Organizer là gì?
Tab Organizer là một tiện ích mở rộng Chrome được phát triển bởi wolfmac964, và tính năng chính của nó là "Organizes all tabs by alphabetical order grouping websites together with one click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tab Organizer
Tải xuống các tệp mở rộng Tab Organizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | klejmohljepdfjiffcjcecidkdpjdafb |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb |
Mô tả | Organizes all tabs by alphabetical order grouping websites together with one click |
Kích Thước Tệp | 70.36 KB |
Số Lần Cài Đặt | 277 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-06-03 |
Ngày Phát Hành | 2020-06-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | wolfmac964 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |