Optimize Legibility
Inserts CSS to optimize page text.
Wat is Optimize Legibility?
Optimize Legibility is een Chrome-extensie ontwikkeld door John Michel, en de belangrijkste functie is "Inserts CSS to optimize page text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Optimize Legibility
Download Optimize Legibility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Optimize Legibility |
ID | deglagpfendnbepmjmfmghphlcdlogdl |
Officiële URL | https://chromewebstore.google.com/detail/optimize-legibility/deglagpfendnbepmjmfmghphlcdlogdl |
Beschrijving | Inserts CSS to optimize page text. |
Bestandsgrootte | 6.84 KB |
Aantal Installaties | 332 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2012-10-19 |
Publicatiedatum | 2012-10-19 |
Beoordeling | 3.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | John Michel |
Betalingswijze | free |
Extensiewebsite | http://github.com/johnmichel/Optimize-Legibility-for-Chrome |
Help Pagina-URL | http://github.com/johnmichel/Optimize-Legibility-for-Chrome/issues |
Ondersteunde Talen | 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" } ] } |