Organize Tabs
Organize tabs in Google Chrome.
Organize Tabs là gì?
Organize Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://hacktoolkit.com, và tính năng chính của nó là "Organize tabs in Google Chrome.".
Ả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 Organize Tabs
Tải xuống các tệp mở rộng Organize Tabs 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 Google Chrome Tabs with the click of a button. Once you use this plugin, you'll never go back to manually wrangling your tabs ever again! Features: - Collate Tabs - Consolidate All Tabs - Consolidate Pinned vs Unpinned Tabs - Deduplicate Tabs - Sort Tabs in Window - Close All Tabs from this Domain - Close Blank Tabs - Bring All Windows To Front
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Organize Tabs |
ID | ebnlpacdgjnofakgfgbildmjdhbibnpa |
URL Chính Thức | https://chromewebstore.google.com/detail/organize-tabs/ebnlpacdgjnofakgfgbildmjdhbibnpa |
Mô tả | Organize tabs in Google Chrome. |
Kích Thước Tệp | 53.35 KB |
Số Lần Cài Đặt | 111 |
Phiên Bản Hiện Tại | 0.9.0 |
Cập Nhật Lần Cuối | 2023-01-20 |
Ngày Phát Hành | 2020-09-23 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://hacktoolkit.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
URL Trang Trợ Giúp | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Organize Tabs", "version": "0.9.0", "description": "Organize tabs in Google Chrome.", "icons": { "16": "img\/organize_tabs_icon_128.png", "64": "img\/organize_tabs_icon_128.png", "128": "img\/organize_tabs_icon_128.png" }, "action": { "default_icon": "img\/organize_tabs_icon_128.png", "default_popup": "src\/popup.html", "default_title": "Organize Tabs" }, "author": "Hacktoolkit (@hacktoolkit)", "options_ui": { "page": "src\/options.html" }, "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "src\/js\/organize_tabs.js" }, "short_name": "Organize Tabs" } |