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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check what version of MediaWiki a web page is powered by."입니다.

확장 프로그램 스크린샷

screenshot

Version Check for MediaWiki 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}