Increase root font
Increases the html font size in %
Что такое Increase root font?
Increase root font - это расширение Chrome, разработанное Unknown, и его основная функция - "Increases the html font size in %".
Скачать файл CRX расширения Increase root font
Скачайте файлы расширений Increase root font в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%' Основная информация о расширении
| Название | |
| ID | galdhdhefbbcamfgciajdglbpenmnhel |
| Официальный URL | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
| Описание | Increases the html font size in % |
| Размер файла | 31.6 KB |
| Количество установок | 25 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2016-07-06 |
| Дата публикации | 2016-07-06 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Increase root font"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'",
"description": "Increases the html font size in % ",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "Increase root font",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1"
} | |