m-wiki

Automatically redirects Wikipedia to the mobile version.

Qu'est-ce que m-wiki ?

m-wiki est une extension Chrome développée par Jathu Satkunarajah, et sa fonction principale est "Automatically redirects Wikipedia to the mobile version.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension m-wiki

Téléchargez les fichiers d'extension m-wiki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom m-wiki m-wiki
ID ibnmikddaopgfbbngcgcfmanjfgbcopf
URL Officiel https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf
Description Automatically redirects Wikipedia to the mobile version.
Taille du Fichier 994 KB
Nombre d'Installations 673
Version Actuelle 2.1
Dernière Mise à Jour 2016-12-22
Date de Publication 2016-12-22
Évaluation 4.97/5 Total 29 Évaluations
Développeur Jathu Satkunarajah
Type de Paiement free
Site Web de l'Extension https://github.com/jathu/m-wiki
URL de la Page d'Aide https://github.com/jathu/m-wiki
Langues Prises en Charge 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"
    }
}