Nix Mobile Wiki

m.wiki to normal wiki

Nix Mobile Wiki란 무엇입니까?

Nix Mobile Wiki은(는) https://www.programmerego.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "m.wiki to normal wiki"입니다.

Nix Mobile Wiki 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        nix-mobile makes sure that you no longer have to see wikipedia pages in their mobile form as you browse in comfort on your non-mobile device. Since wikipedia does not auto-redirect when a mobile page is linked, this can be a frequent occurrence on link sharing sites such as reddit. 

This app currently only works for Chrome Beta.                    

확장 프로그램 기본 정보

이름 Nix Mobile Wiki Nix Mobile Wiki
ID lbfgcgbdofagijobdmfipckjmcgiaeeg
공식 URL https://chromewebstore.google.com/detail/nix-mobile-wiki/lbfgcgbdofagijobdmfipckjmcgiaeeg
설명 m.wiki to normal wiki
파일 크기 3.82 KB
설치 횟수 36
현재 버전 1.0
최근 업데이트 2013-06-10
출시 날짜 2013-06-09
평점 3.67/5 총 3 개의 평점
개발자 https://www.programmerego.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nix Mobile Wiki",
    "version": "1.0",
    "description": "m.wiki to normal wiki",
    "permissions": [
        "declarativeWebRequest",
        ""
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}