Kino: The cinematic video player

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

O que é Kino: The cinematic video player?

Kino: The cinematic video player é uma extensão do Chrome desenvolvida por marco.m.alves, e sua principal característica é "Larger than large viewer on youtube.com. Smaller than fullscreen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kino: The cinematic video player

Baixe arquivos de extensão Kino: The cinematic video player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Kino: The cinematic video player Kino: The cinematic video player
ID fcjajigcchohdknfaommjppceglkabod
URL Oficial https://chromewebstore.google.com/detail/kino-the-cinematic-video/fcjajigcchohdknfaommjppceglkabod
Descrição Larger than large viewer on youtube.com. Smaller than fullscreen.
Tamanho do Arquivo 812 KB
Contagem de Instalações 95
Versão Atual 0.0.1
Última Atualização 2013-07-11
Data de Publicação 2013-07-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor marco.m.alves
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}