WikiTube

Adds relevant YouTube videos to Wikipedia.

WikiTubeとは何ですか?

WikiTubeはhttps://markdunne.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Adds relevant YouTube videos to Wikipedia.」です。

拡張機能のスクリーンショット

screenshot
screenshot

WikiTube拡張機能のCRXファイルをダウンロード

WikiTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds relevant YouTube videos to Wikipedia. Simple.

Completely unobtrusive, easy to use, WikiTube ads a new dimension to Wikipedia. WikiTube makes Wikipedia both more fun and informative.

Featured by Lifehacker
 * http://lifehacker.com/wikitube-supplements-wikipedia-articles-with-youtube-vi-1261343388

Featured by CNET
 * http://howto.cnet.com/8301-11310_39-57602026-285/improve-your-research-efforts-with-wikitube/

Featured by Softpedia
 * http://news.softpedia.com/news/WikiTube-Merges-Wikipedia-with-YouTube-the-Best-of-Both-Worlds-381497.shtml

Featured by ghacks.net
 * http://www.ghacks.net/2013/09/01/wikitube-adds-youtube-videos-wikipedia-articles/

✓ Privacy guaranteed                    

拡張機能の基本情報

名前 WikiTube WikiTube
ID aneddidibfifdpbeppmpoackniodpekj
公式URL https://chromewebstore.google.com/detail/wikitube/aneddidibfifdpbeppmpoackniodpekj
説明 Adds relevant YouTube videos to Wikipedia.
ファイルサイズ 74.65 KB
インストール数 6,300
現在のバージョン 3.0
最終更新日 2015-04-30
公開日 2015-04-30
評価 4.52/5 合計 75 レビュー
開発者 https://markdunne.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://markdunne.github.io/
ヘルプページのURL http://markdunne.github.io/
対応言語 en-GB
manifest.json
{
    "background": {
        "scripts": [
            "page_action_icon_loader.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "wiki_tube.js"
            ],
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "description": "Adds relevant YouTube videos to Wikipedia.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "WikiTube",
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "WikiTube"
    },
    "permissions": [],
    "short_name": "WikiTube",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0",
    "web_accessible_resources": [
        "plus.png"
    ]
}