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"입니다.

확장 프로그램 스크린샷

screenshot

CastImage for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        ]
    }
}