TabPunk
Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!
TabPunk là gì?
TabPunk là một tiện ích mở rộng Chrome được phát triển bởi https://tabpunk.com, và tính năng chính của nó là "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!".
Ả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 TabPunk
Tải xuống các tệp mở rộng TabPunk 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
TabPunk - The Simplest Tab Manager Tired of drowning in a sea of open tabs? TabPunk offers a comprehensive solution to effortlessly organize your tabs into collections and spaces for quick & easy access. TAB MANAGEMENT With TabPunk, you can organize your tabs and links into custom collections and spaces, allowing you to easily switch between them and stay focused on the task at hand. No more endless scrolling or searching for that one tab buried deep in your browser history. SPACES & COLLECTIONS By keeping your tabs and links organized into different spaces, you can switch context between personal and work projects without losing focus. Goodbye distractions, hello getting-things-done! AUTO-SYNC With TabPunk's auto-sync feature, you can seamlessly access your organized tabs and saved links across all your devices. Whether you're switching between your computer, laptop, or mobile device, TabPunk ensures that your tab collections and spaces are always up-to-date and readily available. For support, email us at [email protected] - we’ll try to respond within 24 hours. Terms of Use: https://www.tabpunk.com/terms-of-use Privacy Policy: https://www.tabpunk.com/privacy-policy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabPunk |
ID | kmlenlgoldchdbfkmlloocjkggjgaffb |
URL Chính Thức | https://chromewebstore.google.com/detail/tabpunk/kmlenlgoldchdbfkmlloocjkggjgaffb |
Mô tả | Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done! |
Kích Thước Tệp | 737 KB |
Số Lần Cài Đặt | 293 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2023-12-21 |
Ngày Phát Hành | 2023-08-09 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://tabpunk.com |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Trợ Giúp | https://www.tabpunk.com/support |
URL Trang Chính Sách Bảo Mật | https://www.tabpunk.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabPunk", "version": "0.3.1", "description": "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!", "background": { "service_worker": "src\/pages\/background\/index.js" }, "permissions": [ "tabs" ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |