Nix Mobile Wiki

m.wiki to normal wiki

Wat is Nix Mobile Wiki?

Nix Mobile Wiki is een Chrome-extensie ontwikkeld door https://www.programmerego.com, en de belangrijkste functie is "m.wiki to normal wiki".

Download het CRX-bestand van de extensie Nix Mobile Wiki

Download Nix Mobile Wiki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nix Mobile Wiki Nix Mobile Wiki
ID lbfgcgbdofagijobdmfipckjmcgiaeeg
Officiële URL https://chromewebstore.google.com/detail/nix-mobile-wiki/lbfgcgbdofagijobdmfipckjmcgiaeeg
Beschrijving m.wiki to normal wiki
Bestandsgrootte 3.82 KB
Aantal Installaties 36
Huidige Versie 1.0
Laatst Bijgewerkt 2013-06-10
Publicatiedatum 2013-06-09
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.programmerego.com
Betalingswijze free
Ondersteunde Talen 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
}