Smooth Fonts
This lightweight extension significantly improves font rendering on computers running OS X.
Что такое Smooth Fonts?
Smooth Fonts - это расширение Chrome, разработанное James Edmonston, и его основная функция - "This lightweight extension significantly improves font rendering on computers running OS X.".
Снимки экрана расширения
Скачать файл CRX расширения Smooth Fonts
Скачайте файлы расширений Smooth Fonts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | jomdmdadhphmnkfocajhglgmhfmeajef |
Официальный URL | https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef |
Описание | This lightweight extension significantly improves font rendering on computers running OS X. |
Размер файла | 2.84 KB |
Количество установок | 905 |
Текущая Версия | 10.1.2 |
Последнее Обновление | 2016-05-11 |
Дата публикации | 2016-05-11 |
Рейтинг | 4.14/5 Всего 28 оценок |
Разработчик | James Edmonston |
Тип оплаты | free |
Официальный сайт расширения | http://ethercreative.co.uk |
Поддерживаемые языки | 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" ] } |