Version Check for MediaWiki
Check what version of MediaWiki a web page is powered by.
Version Check for MediaWiki क्या है?
Version Check for MediaWiki White Fir Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check what version of MediaWiki a web page is powered by."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Version Check for MediaWiki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version Check for MediaWiki determines if web pages are powered by MediaWiki, what version they are running, and indicates if the version in use is outdated. If you run across a website that is not properly detected as running MediaWiki please let us know through the Support tab, so that we can improve detection in future versions. Recent Changes 1.0.32: Updated for release of MediaWiki 1.23.15, 1.26.4, and 1.27.1. 1.0.31: Updated for EOL of MediaWiki 1.25. 1.0.30: Updated for release of MediaWiki 1.23.14, 1.25.5, and 1.26.3.
एक्सटेंशन की मूल जानकारी
नाम | Version Check for MediaWiki |
ID | mojiiampdlbeloakgpapemagigadmbco |
आधिकारिक URL | https://chromewebstore.google.com/detail/version-check-for-mediawi/mojiiampdlbeloakgpapemagigadmbco |
विवरण | Check what version of MediaWiki a web page is powered by. |
फ़ाइल का आकार | 39.79 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.0.32 |
अंतिम अपडेट | 2017-01-22 |
प्रकाशन तिथि | 2017-01-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | White Fir Design |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.whitefirdesign.com/version-check-for-mediawiki?pk_campaign=VCMW-Chrome |
सहायता पृष्ठ URL | http://www.whitefirdesign.com/version-check-for-mediawiki |
गोपनीयता नीति पृष्ठ URL | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,nl,no,tr,ca,da,et,es,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,bg,ru,uk,iw,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Version Check for MediaWiki", "description": "__MSG_extension_description__", "version": "1.0.32", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Version Check for MediaWiki" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/www.whitefirdesign.com\/version-check-for-mediawiki?pk_campaign=VCMW-Chrome", "offline_enabled": true } |