Chrome Font Rendering Enhancer
Improves your font rendering
Co to jest Chrome Font Rendering Enhancer?
Chrome Font Rendering Enhancer to rozszerzenie Chrome opracowane przez incleaf, a jego główną funkcją jest „Improves your font rendering”.
Pobierz plik CRX rozszerzenia Chrome Font Rendering Enhancer
Pobierz pliki rozszerzeń Chrome Font Rendering Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This application improves your font rendering. You can also control the font weight with easy UI :)
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | jjjpbgllolhkbnpbkpcllncfmbiggljo |
Oficjalny URL | https://chrome.google.com/webstore/detail/chrome-font-rendering-enh/jjjpbgllolhkbnpbkpcllncfmbiggljo |
Opis | Improves your font rendering |
Rozmiar pliku | 15.04 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2016-06-07 |
Data Publikacji | 2016-06-07 |
Ocena | 4.76/5 Łącznie 37 Oceny |
Deweloper | incleaf |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
Adres URL Strony Pomocy | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
Obsługiwane Języki | 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" ] } |