m-wiki
Automatically redirects Wikipedia to the mobile version.
m-wiki क्या है?
m-wiki Jathu Satkunarajah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redirects Wikipedia to the mobile version."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में m-wiki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | m-wiki |
ID | ibnmikddaopgfbbngcgcfmanjfgbcopf |
आधिकारिक URL | https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf |
विवरण | Automatically redirects Wikipedia to the mobile version. |
फ़ाइल का आकार | 994 KB |
स्थापना संख्या | 673 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2016-12-22 |
प्रकाशन तिथि | 2016-12-22 |
रेटिंग | 4.97/5 कुल 29 रेटिंग्स |
डेवलपर | Jathu Satkunarajah |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jathu/m-wiki |
सहायता पृष्ठ URL | https://github.com/jathu/m-wiki |
समर्थित भाषाएँ | 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" } } |