CastImage for Chrome

Share images on a Chromecast

Was ist CastImage for Chrome?

CastImage for Chrome ist eine Chrome-Erweiterung, die von https://cast-image.appspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Share images on a Chromecast".

Erweiterungsscreenshots

screenshot

CastImage for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie CastImage for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name CastImage for Chrome CastImage for Chrome
ID mfojbimoijkkmhoinjalikpafpklfdif
Offizielle URL https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif
Beschreibung Share images on a Chromecast
Dateigröße 306 KB
Installationsanzahl 2,699
Aktuelle Version 1.7
Letztes Update 2014-06-17
Veröffentlichungsdatum 2014-06-17
Bewertung 2.83/5 Insgesamt 12 Bewertungen
Entwickler https://cast-image.appspot.com
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}