m-wiki
Automatically redirects Wikipedia to the mobile version.
Wat is m-wiki?
m-wiki is een Chrome-extensie ontwikkeld door Jathu Satkunarajah, en de belangrijkste functie is "Automatically redirects Wikipedia to the mobile version.".
Extensie Screenshots
Download het CRX-bestand van de extensie m-wiki
Download m-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
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.
Basisinformatie over de Extensie
Naam | m-wiki |
ID | ibnmikddaopgfbbngcgcfmanjfgbcopf |
Officiële URL | https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf |
Beschrijving | Automatically redirects Wikipedia to the mobile version. |
Bestandsgrootte | 994 KB |
Aantal Installaties | 673 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2016-12-22 |
Publicatiedatum | 2016-12-22 |
Beoordeling | 4.97/5 Totaal 29 Beoordelingen |
Ontwikkelaar | Jathu Satkunarajah |
Betalingswijze | free |
Extensiewebsite | https://github.com/jathu/m-wiki |
Help Pagina-URL | https://github.com/jathu/m-wiki |
Ondersteunde Talen | 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" } } |