Tab Out!
Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…
Tab Out! là gì?
Tab Out! là một tiện ích mở rộng Chrome được phát triển bởi http://www.shidel.com, và tính năng chính của nó là "Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…".
Ả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 Out!
Tải xuống các tệp mở rộng Tab Out! 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
Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into. It allows you to close all of your tabs, while saving the session in Tab Out! for future use. You can restore them all or just one at a time. Also, keep quick links to favorites and setups that you use often.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kkbmchfmigdklofchjpofhhacnddaojk |
URL Chính Thức | https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk |
Mô tả | Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.… |
Kích Thước Tệp | 14.69 KB |
Số Lần Cài Đặt | 456 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2013-12-16 |
Ngày Phát Hành | 2013-12-16 |
Đánh Giá | 3.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | http://www.shidel.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.shidel.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Out!", "version": "1.2.7", "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.", "permissions": [ "activeTab", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "browser_action": { "default_icon": "icontab.png", "default_title": "Tab Out!", "default_popup": "menu.html" }, "manifest_version": 2 } |