CastImage for Chrome

Share images on a Chromecast

Wat is CastImage for Chrome?

CastImage for Chrome is een Chrome-extensie ontwikkeld door https://cast-image.appspot.com, en de belangrijkste functie is "Share images on a Chromecast".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CastImage for Chrome

Download CastImage for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CastImage for Chrome CastImage for Chrome
ID mfojbimoijkkmhoinjalikpafpklfdif
Officiële URL https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif
Beschrijving Share images on a Chromecast
Bestandsgrootte 306 KB
Aantal Installaties 2,699
Huidige Versie 1.7
Laatst Bijgewerkt 2014-06-17
Publicatiedatum 2014-06-17
Beoordeling 2.83/5 Totaal 12 Beoordelingen
Ontwikkelaar https://cast-image.appspot.com
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}