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