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ファイルをダウンロード

Kino: The cinematic video player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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