Kino: The cinematic video player

Larger than large viewer on youtube.com. Smaller than fullscreen.

Kino: The cinematic video player란 무엇입니까?

Kino: The cinematic video player은(는) marco.m.alves에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Larger than large viewer on youtube.com. Smaller than fullscreen."입니다.

확장 프로그램 스크린샷

screenshot

Kino: The cinematic video player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What is it?

You want to see the code on the video but you don't want to use fullscreen mode?

Kino provides you a player larger than the large player on youtube.com but without using fullscreen mode.

It's great for watching tutorials that have a lot of code examples.


How to use it?

Every time the extension detects a video on a page it signals you with a video player icon inside chrome's omnibox.

If you click the video player icon, you will redirected to Kino website where the video in starting page will be loaded in a cinematic view.                    

확장 프로그램 기본 정보

이름 Kino: The cinematic video player Kino: The cinematic video player
ID fcjajigcchohdknfaommjppceglkabod
공식 URL https://chromewebstore.google.com/detail/kino-the-cinematic-video/fcjajigcchohdknfaommjppceglkabod
설명 Larger than large viewer on youtube.com. Smaller than fullscreen.
파일 크기 812 KB
설치 횟수 95
현재 버전 0.0.1
최근 업데이트 2013-07-11
출시 날짜 2013-07-11
평점 5.00/5 총 1 개의 평점
개발자 marco.m.alves
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kino: The cinematic video player",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Larger than large viewer on youtube.com. Smaller than fullscreen.",
    "icons": {
        "16": "icons\/kino-16.png",
        "48": "icons\/kino-48.png",
        "128": "icons\/kino-128.png"
    },
    "background": {
        "page": "src\/bg\/background.html"
    },
    "page_action": {
        "default_icon": "icons\/kino-19.png",
        "default_title": "Kino"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}