m-wiki

Automatically redirects Wikipedia to the mobile version.

m-wiki란 무엇입니까?

m-wiki은(는) Jathu Satkunarajah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically redirects Wikipedia to the mobile version."입니다.

확장 프로그램 스크린샷

screenshot

m-wiki 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The mobile version of Wikipedia looks beautiful. This extension automatically redirects Wikipedia to the mobile version. It also sets the font to "San Fransisco" for macOS users.                    

확장 프로그램 기본 정보

이름 m-wiki m-wiki
ID ibnmikddaopgfbbngcgcfmanjfgbcopf
공식 URL https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf
설명 Automatically redirects Wikipedia to the mobile version.
파일 크기 994 KB
설치 횟수 673
현재 버전 2.1
최근 업데이트 2016-12-22
출시 날짜 2016-12-22
평점 4.97/5 총 29 개의 평점
개발자 Jathu Satkunarajah
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jathu/m-wiki
도움말 페이지 URL https://github.com/jathu/m-wiki
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "m-wiki",
    "description": "Automatically redirects Wikipedia to the mobile version.",
    "author": "Jathu Satkunarajah",
    "version": "2.1",
    "permissions": [
        "http:\/\/*.wikipedia.org\/wiki\/*",
        "https:\/\/*.wikipedia.org\/wiki\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}