WikiTube

Adds relevant YouTube videos to Wikipedia.

WikiTube란 무엇입니까?

WikiTube은(는) https://markdunne.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds relevant YouTube videos to Wikipedia."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WikiTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}