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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Larger than large viewer on youtube.com. Smaller than fullscreen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kino: The cinematic video player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}