CastImage for Chrome
Share images on a Chromecast
什麼是CastImage for Chrome?
CastImage for Chrome是由https://cast-image.appspot.com開發的Chrome擴展程式,該擴展的主要功能是“Share images on a Chromecast”。
擴展截圖
下載CastImage for Chrome擴展crx文件
下載CastImage for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | mfojbimoijkkmhoinjalikpafpklfdif |
| 官方網址 | https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif |
| 簡介 | Share images on a Chromecast |
| 檔案大小 | 306 KB |
| 安裝次數 | 2,699 |
| 目前版本 | 1.7 |
| 更新時間 | 2014-06-17 |
| 上架時間 | 2014-06-17 |
| 評分 | 2.83/5 共 12 次評分 |
| 開發者 | https://cast-image.appspot.com |
| 付費類型 | free |
| 支援的語言 | 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"
]
}
} | |