TabFusion
Combine all your Chrome tabs into a single window
TabFusion là gì?
TabFusion là một tiện ích mở rộng Chrome được phát triển bởi https://heatherrivers.com, và tính năng chính của nó là "Combine all your Chrome tabs into a single window".
Ả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 TabFusion
Tải xuống các tệp mở rộng TabFusion 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
TabFusion lets you combine all your tabs into a single window in a highly configurable way. * Choose your own keyboard shortcut or use the browser button * Decide which types of windows to combine (popups, panels, apps) * Exclude tabs based on url patterns
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabFusion |
ID | abompjhjgaeodboocegeokagjjiafobj |
URL Chính Thức | https://chromewebstore.google.com/detail/tabfusion/abompjhjgaeodboocegeokagjjiafobj |
Mô tả | Combine all your Chrome tabs into a single window |
Kích Thước Tệp | 41.64 KB |
Số Lần Cài Đặt | 324 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-03-22 |
Ngày Phát Hành | 2015-03-22 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://heatherrivers.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rivers/tabfusion |
URL Trang Trợ Giúp | https://github.com/rivers/tabfusion/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabFusion", "version": "1.0.1", "manifest_version": 2, "description": "Combine all your Chrome tabs into a single window", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "background": { "scripts": [ "fusion.js", "listener.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "fuseTabs": { "description": "Fuse all tabs", "suggested_key": { "windows": "Ctrl+Shift+T", "mac": "Command+MacCtrl+T", "chromeos": "Ctrl+Shift+T", "linux": "Ctrl+Shift+T" } } }, "author": "Heather Rivers", "homepage_url": "https:\/\/github.com\/rivers\/tabfusion", "minimum_chrome_version": "40", "permissions": [ "tabs", "windows", "storage" ], "offline_enabled": true } |