Resolution Zoom
Set the zoom level based on your screen resolution.
Что такое Resolution Zoom?
Resolution Zoom - это расширение Chrome, разработанное https://arnout.engelen.eu, и его основная функция - "Set the zoom level based on your screen resolution.".
Снимки экрана расширения
Скачать файл CRX расширения Resolution Zoom
Скачайте файлы расширений Resolution Zoom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others.
Will leave alone pages not at 100% or 200%. Основная информация о расширении
| Название | |
| ID | enjjhajnmggdgofagbokhmifgnaophmh |
| Официальный URL | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
| Описание | Set the zoom level based on your screen resolution. |
| Размер файла | 7.37 KB |
| Количество установок | 605 |
| Текущая Версия | 0.3 |
| Последнее Обновление | 2016-08-03 |
| Дата публикации | 2016-08-03 |
| Рейтинг | 2.77/5 Всего 13 оценок |
| Разработчик | https://arnout.engelen.eu |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://github.com/raboof/reszoom |
| URL страницы помощи | http://github.com/raboof/reszoom/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Resolution Zoom",
"short_name": "reszoom",
"description": "Set the zoom level based on your screen resolution.",
"version": "0.3",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"system.display"
],
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
} | |