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

Что такое TubeIt for Wikipedia?

TubeIt for Wikipedia - это расширение Chrome, разработанное Rohit Kamalakar, и его основная функция - "Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения TubeIt for Wikipedia

Скачайте файлы расширений TubeIt for Wikipedia в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название TubeIt for Wikipedia TubeIt for Wikipedia
ID bobbegdcbppndbckaalhleemgnbbdjgf
Официальный URL https://chromewebstore.google.com/detail/tubeit-for-wikipedia/bobbegdcbppndbckaalhleemgnbbdjgf
Описание Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page
Размер файла 45.9 KB
Количество установок 28
Текущая Версия 1.0.5
Последнее Обновление 2017-12-13
Дата публикации 2017-12-13
Рейтинг 4.71/5 Всего 7 оценок
Разработчик Rohit Kamalakar
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}