Wikipedia Mobile View Redirect
Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
Wikipedia Mobile View Redirect क्या है?
Wikipedia Mobile View Redirect https://www.100yen.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects all Wikipedia pages to the mobile layout, which is much easier to read."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wikipedia Mobile View Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Wikipedia Mobile View Redirect |
ID | kmgndcpedgaibepohbjhdgcgkjplffip |
आधिकारिक URL | https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip |
विवरण | Redirects all Wikipedia pages to the mobile layout, which is much easier to read. |
फ़ाइल का आकार | 10.18 KB |
स्थापना संख्या | 188 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-03-18 |
प्रकाशन तिथि | 2015-03-18 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.100yen.co.uk |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia Mobile View Redirect", "version": "1.0.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "description": "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "exclude_matches": [ "*:\/\/*.m.wikipedia.org\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ] } |