Tabbie Updated
The missing tab manager for Chrome, updated for the latest Chrome version.
Tabbie Updated là gì?
Tabbie Updated là một tiện ích mở rộng Chrome được phát triển bởi Jacob "kurtextrem" Groß, và tính năng chính của nó là "The missing tab manager for Chrome, updated for the latest Chrome version.".
Ả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 Tabbie Updated
Tải xuống các tệp mở rộng Tabbie Updated 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
This is the updated Tabbie for the latest Chrome. The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. All credits go to the original. Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support. New features: - Shows amount of tabs per group - No analytics (better privacy) - Storage bug fixed (you can store almost unlimited amounts of tabs now). - Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs) - Added rename feature and you can add tabs to tab groups now - Automatically scrolls to the end of the list - Nicer scrollbar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tabbie Updated |
ID | eiigehbpamofgandbmmokoahhkhbmbld |
URL Chính Thức | https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld |
Mô tả | The missing tab manager for Chrome, updated for the latest Chrome version. |
Kích Thước Tệp | 89.35 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-12-03 |
Ngày Phát Hành | 2018-12-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jacob "kurtextrem" Groß |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kurtextrem/tabbie |
URL Trang Trợ Giúp | https://github.com/kurtextrem/tabbie/issues |
URL Trang Chính Sách Bảo Mật | https://www.kurtextrem.de/chrome/PRIVACY.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabbie Updated", "short_name": "Tabbie", "description": "The missing tab manager for Chrome, updated for the latest Chrome version.", "version": "1.1.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |