Nix Mobile Wiki

m.wiki to normal wiki

Apa itu Nix Mobile Wiki?

Nix Mobile Wiki adalah ekstensi Chrome yang dikembangkan oleh https://www.programmerego.com, dan fitur utamanya adalah "m.wiki to normal wiki".

Unduh Berkas CRX Ekstensi Nix Mobile Wiki

Unduh file ekstensi Nix Mobile Wiki dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nix Mobile Wiki Nix Mobile Wiki
ID lbfgcgbdofagijobdmfipckjmcgiaeeg
URL Resmi https://chromewebstore.google.com/detail/nix-mobile-wiki/lbfgcgbdofagijobdmfipckjmcgiaeeg
Deskripsi m.wiki to normal wiki
Ukuran File 3.82 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-06-10
Tanggal Publikasi 2013-06-09
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://www.programmerego.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}