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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Chrome2ChromeV2 Chrome2ChromeV2
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"
    ]
}