Chrome2ChromeV2

Send page from Chrome to Chrome on another machine

Co je Chrome2ChromeV2?

Chrome2ChromeV2 je rozšíření Chrome vyvinuté Przemysław Rumik, a jeho hlavní funkcí je „Send page from Chrome to Chrome on another machine“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Chrome2ChromeV2

Stáhněte si soubory rozšíření Chrome2ChromeV2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Chrome2ChromeV2 Chrome2ChromeV2
ID fdhfobojnimoedpefghekjhckolommed
Oficiální URL https://chromewebstore.google.com/detail/chrome2chromev2/fdhfobojnimoedpefghekjhckolommed
Popis Send page from Chrome to Chrome on another machine
Velikost souboru 8.63 KB
Počet instalací 235
Aktuální Verze 0.0.5
Poslední Aktualizace 2017-12-04
Datum Vydání 2017-12-03
Hodnocení 3.81/5 Celkem 16 Hodnocení
Vývojář Przemysław Rumik
Typ Platby free
Podporované Jazyky 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"
    ]
}