Tab Heaven
Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…
Tab Heaven là gì?
Tab Heaven là một tiện ích mở rộng Chrome được phát triển bởi iamnotnader, và tính năng chính của nó là "Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…".
Ả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 Heaven
Tải xuống các tệp mở rộng Tab Heaven 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
Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You can set a maximum number of "unpinned" tabs you'd like to have open. If you open more than the max number of unpinned tabs, Tab Heaven will automatically close your least recently viewed unpinned tab, so you'll never get overloaded. Access pinned tabs using CTRL+1,2,3,4... hotkeys so you never have to use the mouse for your most important tabs. Tab Heaven is better than other extensions because it lets you pin tabs you use all the time and prevent them from autoclosing, which is crucial. Just right-click on a tab to pin it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ajnlnlhcogajdhgjnnolclpcdoamfmlo |
URL Chính Thức | https://chrome.google.com/webstore/detail/tab-heaven/ajnlnlhcogajdhgjnnolclpcdoamfmlo |
Mô tả | Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You… |
Kích Thước Tệp | 51.04 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-02-03 |
Ngày Phát Hành | 2015-02-03 |
Đánh Giá | 4.30/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | iamnotnader |
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 Heaven", "version": "0.2", "icons": { "128": "img\/icon256.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon256.png", "default_popup": "html\/popup.html" }, "permissions": [ "tabs" ] } |