WikiSimplia - collapse Wikipedia's menu
Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
WikiSimplia - collapse Wikipedia's menu क्या है?
WikiSimplia - collapse Wikipedia's menu tasinet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WikiSimplia - collapse Wikipedia's menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How many times have you actually used wikipedia's left hand side menu? Not that many, huh? Get rid of that dead space with this extension and enjoy your content in full page width! It will collapse the wikipedia and other wiki's menu for you, hiding it by default, while still leaving it accessible through an icon, in case you do ever need it. To show the menu, click the menu icon on the top left corner.
एक्सटेंशन की मूल जानकारी
नाम | WikiSimplia - collapse Wikipedia's menu |
ID | ildiopfmnapcabcooeaebkjdmbdaljmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh |
विवरण | Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis. |
फ़ाइल का आकार | 128 KB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2012-10-18 |
प्रकाशन तिथि | 2012-10-17 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | tasinet |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiSimplia - collapse Wikipedia's menu", "version": "0.2", "description": "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.", "minimum_chrome_version": "16", "icons": { "16": "images\/context menu icon.png", "19": "images\/browser action icon.png", "48": "images\/small app icon.png", "128": "images\/big app icon.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery-1.7.1.min.js", "scripts\/wikisimplia.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |