Seamless
Fix the Chrome tabs mess
Seamless là gì?
Seamless là một tiện ích mở rộng Chrome được phát triển bởi https://seamlessbrowser.com, và tính năng chính của nó là "Fix the Chrome tabs mess".
Ả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 Seamless
Tải xuống các tệp mở rộng Seamless 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
Frustrated with the amount of tabs you have open? Safely close the tabs that are not needed now Restore from the cloud later Browse like normal, everything is saved automatically More info at https://seamlessbrowser.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Seamless |
ID | lfpmphbkdblmjiacldmnnnohplomklch |
URL Chính Thức | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
Mô tả | Fix the Chrome tabs mess |
Kích Thước Tệp | 2.96 MB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 2.0.0.2 |
Cập Nhật Lần Cuối | 2020-12-21 |
Ngày Phát Hành | 2020-07-06 |
Nhà Phát Triển | https://seamlessbrowser.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://seamlessbrowser.com |
URL Trang Trợ Giúp | https://seamlessbrowser.com/review |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamless", "version": "2.0.0.2", "description": "Fix the Chrome tabs mess", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "default_title": "Seamless" }, "icons": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } }, "select-session-down": { "suggested_key": { "default": "Ctrl+Shift+Down" }, "description": "select session: down" }, "select-session-up": { "suggested_key": { "default": "Ctrl+Shift+Up" }, "description": "select session: up" }, "select-session-select": { "suggested_key": { "default": "Ctrl+Shift+Right" }, "description": "select session: select" } }, "manifest_version": 2 } |