CastImage for Chrome
Share images on a Chromecast
Qu'est-ce que CastImage for Chrome ?
CastImage for Chrome est une extension Chrome développée par https://cast-image.appspot.com, et sa fonction principale est "Share images on a Chromecast".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CastImage for Chrome
Téléchargez les fichiers d'extension CastImage for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CastImage for Chrome |
ID | mfojbimoijkkmhoinjalikpafpklfdif |
URL Officiel | https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif |
Description | Share images on a Chromecast |
Taille du Fichier | 306 KB |
Nombre d'Installations | 2,699 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2014-06-17 |
Date de Publication | 2014-06-17 |
Évaluation | 2.83/5 Total 12 Évaluations |
Développeur | https://cast-image.appspot.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |