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

Wat is TubeIt for Wikipedia?

TubeIt for Wikipedia is een Chrome-extensie ontwikkeld door Rohit Kamalakar, en de belangrijkste functie is "Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TubeIt for Wikipedia

Download TubeIt for Wikipedia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam TubeIt for Wikipedia TubeIt for Wikipedia
ID bobbegdcbppndbckaalhleemgnbbdjgf
Officiële URL https://chromewebstore.google.com/detail/tubeit-for-wikipedia/bobbegdcbppndbckaalhleemgnbbdjgf
Beschrijving Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page
Bestandsgrootte 45.9 KB
Aantal Installaties 28
Huidige Versie 1.0.5
Laatst Bijgewerkt 2017-12-13
Publicatiedatum 2017-12-13
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Rohit Kamalakar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}