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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marco.m.alves และคุณลักษณะหลักของมันคือ "Larger than large viewer on youtube.com. Smaller than fullscreen."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kino: The cinematic video player

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}