TubeIt for Wikipedia

Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page

O que é TubeIt for Wikipedia?

TubeIt for Wikipedia é uma extensão do Chrome desenvolvida por Rohit Kamalakar, e sua principal característica é "Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TubeIt for Wikipedia

Baixe arquivos de extensão TubeIt for Wikipedia 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

                        TubeIt makes reading Wikipedia articles more engaging and insightful.

With TubeIt, you can watch the relevant YouTube videos of the Wiki article right there on the page.
And unlike similar extensions, it shows you only the educational videos, filtering the crap!

Moreover, you can just select the word or a phrase on the page and the related YouTube videos will appear instantly on the top of the page. You'll see an arrow which will take you to the video quickly on the click of it.

Right now, TubeIt works only on Wikipedia. 

After improvements from your suggestions and feedbacks, I'm planning to add support for other websites too.

Kindly let me know you experiences using TubeIt.

Thanks!                    

Informações Básicas da Extensão

Nome TubeIt for Wikipedia TubeIt for Wikipedia
ID bobbegdcbppndbckaalhleemgnbbdjgf
URL Oficial https://chromewebstore.google.com/detail/tubeit-for-wikipedia/bobbegdcbppndbckaalhleemgnbbdjgf
Descrição Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page
Tamanho do Arquivo 45.9 KB
Contagem de Instalações 28
Versão Atual 1.0.5
Última Atualização 2017-12-13
Data de Publicação 2017-12-13
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor Rohit Kamalakar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeIt for Wikipedia",
    "short_name": "wikitube",
    "version": "1.0.5",
    "description": "Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/*",
                "https:\/\/en.wikipedia.org\/*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/tubeit.css"
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "search.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}