TabPacker
Bring all tabs into TabPacker
TabPacker là gì?
TabPacker là một tiện ích mở rộng Chrome được phát triển bởi https://whatever-will-be-que-sera-sera.tumblr.com, và tính năng chính của nó là "Bring all tabs into TabPacker".
Ả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 TabPacker
Tải xuống các tệp mở rộng TabPacker 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
just click on the TabPacker icon in the top right side next to address bar. Double-click icon: Tab Packer Single-click icon: Open Tab Container Shortcut keys ------------------------ TabPaker = Alt + P **Change shortcut keys Just open the extensions page scroll to the bottom of the page and click "Configure commands". ------------------------ By clicking the TabPacker icon all the tabs will convert into a list, and will be available in a single tab. When you need to access the tabs again, you can either restore them individually or all.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabPacker |
ID | enhgdbcbbhomncfniecilneicdopfdog |
URL Chính Thức | https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog |
Mô tả | Bring all tabs into TabPacker |
Kích Thước Tệp | 98.11 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2015-05-09 |
Ngày Phát Hành | 2015-05-08 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://whatever-will-be-que-sera-sera.tumblr.com |
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": "TabPacker", "version": "2.1", "description": "Bring all tabs into TabPacker", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "TabPacker" }, "web_accessible_resources": [ "stack.html", "load.html" ], "commands": { "myCommand_tabpacker": { "suggested_key": { "default": "Alt+P" }, "description": "Send tabs command" } }, "permissions": [ "chrome:\/\/favicon\/*", "tabs", " |