Send Tab: Chrome Accounts
Send a tab to a different chrome window account.
Send Tab: Chrome Accounts là gì?
Send Tab: Chrome Accounts là một tiện ích mở rộng Chrome được phát triển bởi KnowhereStudios, và tính năng chính của nó là "Send a tab to a different chrome window account.".
Ả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 Send Tab: Chrome Accounts
Tải xuống các tệp mở rộng Send Tab: Chrome Accounts 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
This extension allows you to send tabs to other accounts, usually chrome does not allow someone to send a tab to another account open in another window but it is now possible with this extension. !IMPORTANT FOR USE! In order for this extension to work make sure you are SIGNED into chrome and SYNC is turned ON. To use this extension: Simply open the tab you want to send, right click anywhere on the page and send it to the account thats open. Patch Notes v1.0.2 Fixed the bug that would break the extension when user's device goes to sleep. v1.0.1 Fixed the bug that doesn't let the user connect on initial install
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Send Tab: Chrome Accounts |
ID | cghmkfgplocbfebpdeadfcgbbijhhgnc |
URL Chính Thức | https://chromewebstore.google.com/detail/send-tab-chrome-accounts/cghmkfgplocbfebpdeadfcgbbijhhgnc |
Mô tả | Send a tab to a different chrome window account. |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 385 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-07-27 |
Ngày Phát Hành | 2020-07-21 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | KnowhereStudios |
[email protected] | |
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", "name": "Send Tab: Chrome Accounts", "version": "1.0.2", "description": "Send a tab to a different chrome window account.", "permissions": [ "identity", "identity.email", "contextMenus", "storage" ], "background": { "scripts": [ "jquery.js", "socket.io.js", "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |