CastImage for Chrome

Share images on a Chromecast

CastImage for Chrome क्या है?

CastImage for Chrome https://cast-image.appspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share images on a Chromecast"।

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

screenshot

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

crx प्रारूप में CastImage for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The CastImage extension allows one or more people to cast images from their Chrome browsers to a shared CastImage session running on a Chromecast.

Images can be cast:

 - using a 'Cast Image...' context menu entry
 - taking a snapshot of the current tab
 - uploading a local image file

A new EXPERIMENTAL feature allows you to 'cast a URL' rather than just an image.

CastImage is also available as an Android on Google Play at
https://play.google.com/store/apps/details?id=com.appspot.castimage                    

एक्सटेंशन की मूल जानकारी

नाम CastImage for Chrome CastImage for Chrome
ID mfojbimoijkkmhoinjalikpafpklfdif
आधिकारिक URL https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif
विवरण Share images on a Chromecast
फ़ाइल का आकार 306 KB
स्थापना संख्या 2,699
वर्तमान संस्करण 1.7
अंतिम अपडेट 2014-06-17
प्रकाशन तिथि 2014-06-17
रेटिंग 2.83/5 कुल 12 रेटिंग्स
डेवलपर https://cast-image.appspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CastImage for Chrome",
    "description": "Share images on a Chromecast",
    "icons": {
        "128": "logo4_128x128.png"
    },
    "version": "1.7",
    "browser_action": {
        "default_icon": "logo4_128x128.png",
        "default_title": "CastImage",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "background",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}