Smooth Fonts
This lightweight extension significantly improves font rendering on computers running OS X.
Co to jest Smooth Fonts?
Smooth Fonts to rozszerzenie Chrome opracowane przez James Edmonston, a jego główną funkcją jest „This lightweight extension significantly improves font rendering on computers running OS X.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smooth Fonts
Pobierz pliki rozszerzeń Smooth Fonts 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jomdmdadhphmnkfocajhglgmhfmeajef |
| Oficjalny URL | https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef |
| Opis | This lightweight extension significantly improves font rendering on computers running OS X. |
| Rozmiar pliku | 2.84 KB |
| Liczba instalacji | 905 |
| Aktualna Wersja | 10.1.2 |
| Ostatnia Aktualizacja | 2016-05-11 |
| Data Publikacji | 2016-05-11 |
| Ocena | 4.14/5 Łącznie 28 Oceny |
| Deweloper | James Edmonston |
| Typ Płatności | free |
| Strona Rozszerzenia | http://ethercreative.co.uk |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smooth Fonts",
"description": "This lightweight extension significantly improves font rendering on computers running OS X.",
"version": "10.1.2",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"main.js"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab"
]
} | |