Optimize Legibility
Inserts CSS to optimize page text.
Qu'est-ce que Optimize Legibility ?
Optimize Legibility est une extension Chrome développée par John Michel, et sa fonction principale est "Inserts CSS to optimize page text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Optimize Legibility
Téléchargez les fichiers d'extension Optimize Legibility 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
This extension automatically turns on text-rendering: optimizeLegibility; for any pages visited. For more examples of how this will enhance your browsing experience, please visit: http://www.aestheticallyloyal.com/public/optimize-legibility/ If you are having issues with how this makes text look once installed, please visit this link and star it so that the Chromium authors know that users want it fixed up: http://code.google.com/p/chromium/issues/detail?id=53249
Informations de Base sur l'Extension
Nom | Optimize Legibility |
ID | deglagpfendnbepmjmfmghphlcdlogdl |
URL Officiel | https://chromewebstore.google.com/detail/optimize-legibility/deglagpfendnbepmjmfmghphlcdlogdl |
Description | Inserts CSS to optimize page text. |
Taille du Fichier | 6.84 KB |
Nombre d'Installations | 332 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2012-10-19 |
Date de Publication | 2012-10-19 |
Évaluation | 3.67/5 Total 12 Évaluations |
Développeur | John Michel |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/johnmichel/Optimize-Legibility-for-Chrome |
URL de la Page d'Aide | http://github.com/johnmichel/Optimize-Legibility-for-Chrome/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Optimize Legibility", "version": "2.0.0", "manifest_version": 2, "description": "Inserts CSS to optimize page text.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "optimize_legibility.css" ], "run_at": "document_end" } ] } |