Chrome2ChromeV2
Send page from Chrome to Chrome on another machine
什么是Chrome2ChromeV2?
Chrome2ChromeV2是由Przemysław Rumik开发的Chrome扩展程序,该扩展的主要功能是“Send page from Chrome to Chrome on another machine”。
扩展截图
下载Chrome2ChromeV2扩展crx文件
下载Chrome2ChromeV2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | fdhfobojnimoedpefghekjhckolommed |
官方URL | https://chromewebstore.google.com/detail/chrome2chromev2/fdhfobojnimoedpefghekjhckolommed |
简介 | Send page from Chrome to Chrome on another machine |
文件大小 | 8.63 KB |
安装次数 | 235 |
当前版本 | 0.0.5 |
更新时间 | 2017-12-04 |
上架时间 | 2017-12-03 |
评分 | 3.81/5 共16次评分 |
开发者 | Przemysław Rumik |
付费类型 | free |
支持的语言 | 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" ] } |