Chrome2ChromeV2
Send page from Chrome to Chrome on another machine
Chrome2ChromeV2 là gì?
Chrome2ChromeV2 là một tiện ích mở rộng Chrome được phát triển bởi Przemysław Rumik, và tính năng chính của nó là "Send page from Chrome to Chrome on another machine".
Ả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 Chrome2ChromeV2
Tải xuống các tệp mở rộng Chrome2ChromeV2 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
Send page from Chrome to Chrom on another machine If you are using 2 or more computers, sometimes you are reading something on one computer and want to change computer and you may like open on second computer those tabs which you have on first machine. Normally you may copy addresses of pages and send it to yourselves by e-mail, you may try to type addresses again by hand, you may add page to bookmarks, etc. With Chrome2Chrome you simply need to click on Chrome2Chrome icon, choose computer where you want to send this tab and this is everything what you need to do :-) Chrome2Chrome will "move" your tab to selected Chrome installation. You need to be logged into your Google account on all browser where you will use Chrome2Chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fdhfobojnimoedpefghekjhckolommed |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome2chromev2/fdhfobojnimoedpefghekjhckolommed |
Mô tả | Send page from Chrome to Chrome on another machine |
Kích Thước Tệp | 8.63 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2017-12-04 |
Ngày Phát Hành | 2017-12-03 |
Đánh Giá | 3.81/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Przemysław Rumik |
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": "Chrome2ChromeV2", "version": "0.0.5", "description": "Send page from Chrome to Chrome on another machine", "browser_action": { "default_popup": "chrome2chrome.html", "default_icon": "chrome2chrome.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |