Box for tabs
This extension saves tabs for someday you need them.
Box for tabs là gì?
Box for tabs là một tiện ích mở rộng Chrome được phát triển bởi https://lrednight.com, và tính năng chính của nó là "This extension saves tabs for someday you need them.".
Ả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 Box for tabs
Tải xuống các tệp mở rộng Box for 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
Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file. Key features: - Bookmark manager - Material design
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
URL Chính Thức | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
Mô tả | This extension saves tabs for someday you need them. |
Kích Thước Tệp | 2.15 MB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.9.2 |
Cập Nhật Lần Cuối | 2015-04-23 |
Ngày Phát Hành | 2015-04-23 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://lrednight.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Box for tabs", "description": "This extension saves tabs for someday you need them.", "version": "0.9.2", "browser_action": { "default_popup": "popup.build.html" }, "permissions": [ "tabs", "contextMenus", "unlimitedStorage" ], "icons": { "16": "imgs\/logo.38.png", "19": "imgs\/logo.38.png", "38": "imgs\/logo.38.png", "128": "imgs\/logo.128.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "index.build.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |