CastImage for Chrome
Share images on a Chromecast
Vad är CastImage for Chrome?
CastImage for Chrome är en Chrome-tillägg utvecklad av https://cast-image.appspot.com, och dess huvudfunktion är "Share images on a Chromecast".
Tilläggsskärmbilder
Ladda ner CastImage for Chrome-förlängningens CRX-fil
Ladda ner CastImage for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mfojbimoijkkmhoinjalikpafpklfdif |
| Officiell webbadress | https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif |
| Beskrivning | Share images on a Chromecast |
| Filstorlek | 306 KB |
| Antal Installationer | 2,699 |
| Aktuell Version | 1.7 |
| Senast Uppdaterad | 2014-06-17 |
| Publiceringsdatum | 2014-06-17 |
| Betyg | 2.83/5 Totalt 12 Betyg |
| Utvecklare | https://cast-image.appspot.com |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |