CastImage for Chrome
Share images on a Chromecast
Cos'è CastImage for Chrome?
CastImage for Chrome è un'estensione di Chrome sviluppata da https://cast-image.appspot.com, e la sua funzione principale è "Share images on a Chromecast".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CastImage for Chrome
Scarica i file di estensione CastImage for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CastImage for Chrome |
ID | mfojbimoijkkmhoinjalikpafpklfdif |
URL Ufficiale | https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif |
Descrizione | Share images on a Chromecast |
Dimensione del File | 306 KB |
Conteggio Installazioni | 2,699 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2014-06-17 |
Data di Pubblicazione | 2014-06-17 |
Valutazione | 2.83/5 Totale 12 Valutazioni |
Sviluppatore | https://cast-image.appspot.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |