CastImage for Chrome

Share images on a Chromecast

Hvad er CastImage for Chrome?

CastImage for Chrome er en Chrome-udvidelse udviklet af https://cast-image.appspot.com, og dens hovedfunktion er "Share images on a Chromecast".

Udvidelsesskærmbilleder

screenshot

Download CastImage for Chrome-udvidelses-CRX-fil

Download CastImage for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CastImage for Chrome CastImage for Chrome
ID mfojbimoijkkmhoinjalikpafpklfdif
Officiel URL https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif
Beskrivelse Share images on a Chromecast
Filstørrelse 306 KB
Antal Installationer 2,699
Nuværende Version 1.7
Senest Opdateret 2014-06-17
Udgivelsesdato 2014-06-17
Bedømmelse 2.83/5 Samlet 12 Bedømmelser
Udvikler https://cast-image.appspot.com
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}