WikiTweaks
A restyling of Wikipedia that saves screen space and adds on-hover previews.
Qu'est-ce que WikiTweaks ?
WikiTweaks est une extension Chrome développée par joelsimon6, et sa fonction principale est "A restyling of Wikipedia that saves screen space and adds on-hover previews.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WikiTweaks
Téléchargez les fichiers d'extension WikiTweaks 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
WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. Features: Removal of rarely used UI. Mouse over preview of links. Click the extension button for recently viewed wikipedia pages.
Informations de Base sur l'Extension
Nom | |
ID | oanljooinjjfgikjbpcjnekmgfakjpnc |
URL Officiel | https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc |
Description | A restyling of Wikipedia that saves screen space and adds on-hover previews. |
Taille du Fichier | 53.02 KB |
Nombre d'Installations | 197 |
Version Actuelle | 1.7.1 |
Dernière Mise à Jour | 2014-12-10 |
Date de Publication | 2014-12-10 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | joelsimon6 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTweaks", "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.", "version": "1.7.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "js": [ "jquery.min.js", "WikiTweaks.js" ], "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "manifest_version": 2 } |