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

Qu'est-ce que TubeIt for Wikipedia ?

TubeIt for Wikipedia est une extension Chrome développée par Rohit Kamalakar, et sa fonction principale est "Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TubeIt for Wikipedia

Téléchargez les fichiers d'extension TubeIt for Wikipedia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom TubeIt for Wikipedia TubeIt for Wikipedia
ID bobbegdcbppndbckaalhleemgnbbdjgf
URL Officiel https://chromewebstore.google.com/detail/tubeit-for-wikipedia/bobbegdcbppndbckaalhleemgnbbdjgf
Description Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page
Taille du Fichier 45.9 KB
Nombre d'Installations 28
Version Actuelle 1.0.5
Dernière Mise à Jour 2017-12-13
Date de Publication 2017-12-13
Évaluation 4.71/5 Total 7 Évaluations
Développeur Rohit Kamalakar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}