m-wiki
Automatically redirects Wikipedia to the mobile version.
What is m-wiki?
m-wiki is a Chrome extension developed by Jathu Satkunarajah, and its main feature is "Automatically redirects Wikipedia to the mobile version.".
Extension Screenshots
Download m-wiki Extension CRX File
Download m-wiki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | m-wiki |
ID | ibnmikddaopgfbbngcgcfmanjfgbcopf |
Official URL | https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf |
Description | Automatically redirects Wikipedia to the mobile version. |
File Size | 994 KB |
Installation Count | 673 |
Current Version | 2.1 |
Last Updated | 2016-12-22 |
Publish Date | 2016-12-22 |
Rating | 4.97/5 Total 29 Ratings |
Developer | Jathu Satkunarajah |
Payment Type | free |
Extension Website | https://github.com/jathu/m-wiki |
Help Page URL | https://github.com/jathu/m-wiki |
Supported Languages | 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" } } |