Georgian Uppercase Font Fixer
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Что такое Georgian Uppercase Font Fixer?
Georgian Uppercase Font Fixer - это расширение Chrome, разработанное Rocko, и его основная функция - "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".
Снимки экрана расширения
Скачать файл CRX расширения Georgian Uppercase Font Fixer
Скачайте файлы расширений Georgian Uppercase Font Fixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Основная информация о расширении
Название | Georgian Uppercase Font Fixer |
ID | fhfhbaenepdbicalofoldmpjmocggbao |
Официальный URL | https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao |
Описание | Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. |
Размер файла | 15.55 KB |
Количество установок | 271 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2018-09-05 |
Дата публикации | 2018-09-05 |
Рейтинг | 3.57/5 Всего 7 оценок |
Разработчик | Rocko |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Uppercase Font Fixer", "version": "0.1.1", "description": "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "256": "icon256.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "24": "icon24.png", "16": "icon16.png" } } |