Wikipedia Content Width Control
Changes the width of wikepedia
Wikipedia Content Width Control क्या है?
Wikipedia Content Width Control swh0901 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the width of wikepedia"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wikipedia Content Width Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension manages the max-width of wikipedia's content. It suits wikipedia's content's width to comfort, and gives better readability to users.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nobomaggnlmpkhcijnlkhbcdbjegpnog |
आधिकारिक URL | https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog |
विवरण | Changes the width of wikepedia |
फ़ाइल का आकार | 3.09 KB |
स्थापना संख्या | 93 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-10-05 |
प्रकाशन तिथि | 2014-10-05 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | swh0901 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia Content Width Control", "version": "1.0", "description": "Changes the width of wikepedia", "permissions": [ "tabs", "*:\/\/*.wikipedia.org\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "css": [ "wikiwidth.css" ] } ] } |