WikiSimplia - collapse Wikipedia's menu
Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
Qu'est-ce que WikiSimplia - collapse Wikipedia's menu ?
WikiSimplia - collapse Wikipedia's menu est une extension Chrome développée par tasinet, et sa fonction principale est "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WikiSimplia - collapse Wikipedia's menu
Téléchargez les fichiers d'extension WikiSimplia - collapse Wikipedia's menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WikiSimplia - collapse Wikipedia's menu |
ID | ildiopfmnapcabcooeaebkjdmbdaljmh |
URL Officiel | https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh |
Description | Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis. |
Taille du Fichier | 128 KB |
Nombre d'Installations | 73 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2012-10-18 |
Date de Publication | 2012-10-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | tasinet |
Type de Paiement | free |
Langues Prises en Charge | 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 } |