WikiTube
Adds relevant YouTube videos to Wikipedia.
WikiTube क्या है?
WikiTube https://markdunne.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds relevant YouTube videos to Wikipedia."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WikiTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |