Kino: The cinematic video player

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

Kino: The cinematic video player là gì?

Kino: The cinematic video player là một tiện ích mở rộng Chrome được phát triển bởi marco.m.alves, và tính năng chính của nó là "Larger than large viewer on youtube.com. Smaller than fullscreen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kino: The cinematic video player

Tải xuống các tệp mở rộng Kino: The cinematic video player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kino: The cinematic video player Kino: The cinematic video player
ID fcjajigcchohdknfaommjppceglkabod
URL Chính Thức https://chromewebstore.google.com/detail/kino-the-cinematic-video/fcjajigcchohdknfaommjppceglkabod
Mô tả Larger than large viewer on youtube.com. Smaller than fullscreen.
Kích Thước Tệp 812 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2013-07-11
Ngày Phát Hành 2013-07-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển marco.m.alves
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}