m-wiki

Automatically redirects Wikipedia to the mobile version.

Apa itu m-wiki?

m-wiki adalah ekstensi Chrome yang dikembangkan oleh Jathu Satkunarajah, dan fitur utamanya adalah "Automatically redirects Wikipedia to the mobile version.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi m-wiki

Unduh file ekstensi m-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

                        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.                    

Informasi Dasar Ekstensi

Nama m-wiki m-wiki
ID ibnmikddaopgfbbngcgcfmanjfgbcopf
URL Resmi https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf
Deskripsi Automatically redirects Wikipedia to the mobile version.
Ukuran File 994 KB
Jumlah Instalasi 673
Versi Saat Ini 2.1
Terakhir Diperbarui 2016-12-22
Tanggal Publikasi 2016-12-22
Penilaian 4.97/5 Total 29 Penilaian
Pengembang Jathu Satkunarajah
Tipe Pembayaran free
Situs Ekstensi https://github.com/jathu/m-wiki
URL Halaman Bantuan https://github.com/jathu/m-wiki
Bahasa yang Didukung 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"
    }
}