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
扩展基本信息
名称 | CastImage for Chrome |
ID | mfojbimoijkkmhoinjalikpafpklfdif |
官方URL | 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" ] } } |