Chrome Font Rendering Enhancer
Improves your font rendering
Wat is Chrome Font Rendering Enhancer?
Chrome Font Rendering Enhancer is een Chrome-extensie ontwikkeld door incleaf, en de belangrijkste functie is "Improves your font rendering".
Download het CRX-bestand van de extensie Chrome Font Rendering Enhancer
Download Chrome Font Rendering Enhancer-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 application improves your font rendering. You can also control the font weight with easy UI :)
Basisinformatie over de Extensie
Naam | ![]() |
ID | jjjpbgllolhkbnpbkpcllncfmbiggljo |
Officiële URL | https://chrome.google.com/webstore/detail/chrome-font-rendering-enh/jjjpbgllolhkbnpbkpcllncfmbiggljo |
Beschrijving | Improves your font rendering |
Bestandsgrootte | 15.04 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2016-06-07 |
Publicatiedatum | 2016-06-07 |
Beoordeling | 4.76/5 Totaal 37 Beoordelingen |
Ontwikkelaar | incleaf |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
Help Pagina-URL | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
Ondersteunde Talen | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Font Rendering Enhancer", "version": "0.0.5", "manifest_version": 2, "description": "Improves your font rendering", "homepage_url": "http:\/\/incleaf.github.io\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ] } ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ] } |