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文件

下载Nix Mobile Wiki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}