CastImage for Chrome

Share images on a Chromecast

What is CastImage for Chrome?

CastImage for Chrome is a Chrome extension developed by https://cast-image.appspot.com, and its main feature is "Share images on a Chromecast".

Extension Screenshots

screenshot

Download CastImage for Chrome Extension CRX File

Download CastImage for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CastImage for Chrome CastImage for Chrome
ID mfojbimoijkkmhoinjalikpafpklfdif
Official URL https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif
Description Share images on a Chromecast
File Size 306 KB
Installation Count 2,699
Current Version 1.7
Last Updated 2014-06-17
Publish Date 2014-06-17
Rating 2.83/5 Total 12 Ratings
Developer https://cast-image.appspot.com
Payment Type free
Supported Languages 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"
        ]
    }
}