CastImage for Chrome
Share images on a Chromecast
Apa itu CastImage for Chrome?
CastImage for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://cast-image.appspot.com, dan fitur utamanya adalah "Share images on a Chromecast".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CastImage for Chrome
Unduh file ekstensi CastImage for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | CastImage for Chrome |
ID | mfojbimoijkkmhoinjalikpafpklfdif |
URL Resmi | https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif |
Deskripsi | Share images on a Chromecast |
Ukuran File | 306 KB |
Jumlah Instalasi | 2,699 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2014-06-17 |
Tanggal Publikasi | 2014-06-17 |
Penilaian | 2.83/5 Total 12 Penilaian |
Pengembang | https://cast-image.appspot.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |