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是由Rohit Kamalakar開發的Chrome擴展程式,該擴展的主要功能是“Videofy your wikipedia pages with TubeIt! Just select any word and instantly see the youtube videos for it on the same page”。

擴展截圖

screenshot
screenshot

下載TubeIt for Wikipedia擴展crx文件

下載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
官方網址 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
}