Chrome2ChromeV2

Send page from Chrome to Chrome on another machine

Chrome2ChromeV2 क्या है?

Chrome2ChromeV2 Przemysław Rumik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send page from Chrome to Chrome on another machine"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome2ChromeV2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}