m-wiki
Automatically redirects Wikipedia to the mobile version.
Was ist m-wiki?
m-wiki ist eine Chrome-Erweiterung, die von Jathu Satkunarajah entwickelt wurde, und ihr Hauptmerkmal ist "Automatically redirects Wikipedia to the mobile version.".
Erweiterungsscreenshots
m-wiki-Erweiterungs-CRX-Datei herunterladen
Laden Sie m-wiki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | m-wiki |
ID | ibnmikddaopgfbbngcgcfmanjfgbcopf |
Offizielle URL | https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf |
Beschreibung | Automatically redirects Wikipedia to the mobile version. |
Dateigröße | 994 KB |
Installationsanzahl | 673 |
Aktuelle Version | 2.1 |
Letztes Update | 2016-12-22 |
Veröffentlichungsdatum | 2016-12-22 |
Bewertung | 4.97/5 Insgesamt 29 Bewertungen |
Entwickler | Jathu Satkunarajah |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jathu/m-wiki |
Hilfeseite URL | https://github.com/jathu/m-wiki |
Unterstützte Sprachen | 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" } } |