Papyrus Font Replacer
Replace Papyrus font on all websites with Roboto
Что такое Papyrus Font Replacer?
Papyrus Font Replacer - это расширение Chrome, разработанное Casey Knauss, и его основная функция - "Replace Papyrus font on all websites with Roboto".
Снимки экрана расширения
Скачать файл CRX расширения Papyrus Font Replacer
Скачайте файлы расширений Papyrus Font Replacer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the Papyrus font with Google's Roboto Font for Easier Readability Основная информация о расширении
| Название | |
| ID | nakjjbpkliknmckpioejkhiacjkohijh |
| Официальный URL | https://chromewebstore.google.com/detail/papyrus-font-replacer/nakjjbpkliknmckpioejkhiacjkohijh |
| Описание | Replace Papyrus font on all websites with Roboto |
| Размер файла | 5.69 KB |
| Количество установок | 64 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2023-08-25 |
| Дата публикации | 2018-02-23 |
| Рейтинг | 4.43/5 Всего 7 оценок |
| Разработчик | Casey Knauss |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1",
"name": "Papyrus Font Replacer",
"description": "Replace Papyrus font on all websites with Roboto",
"author": "Casey Knauss",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"userContent.css"
]
}
],
"manifest_version": 2
} | |