WikiTube

Adds relevant YouTube videos to Wikipedia.

WikiTubeคืออะไร?

WikiTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://markdunne.github.io และคุณลักษณะหลักของมันคือ "Adds relevant YouTube videos to Wikipedia."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WikiTube

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}