Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
Что такое Magnifying Glass Zoom?
Magnifying Glass Zoom - это расширение Chrome, разработанное magnifglass, и его основная функция - "Press the toolbar button to see the Magnifying Glass on the current page.".
Снимки экрана расширения
Скачать файл CRX расширения Magnifying Glass Zoom
Скачайте файлы расширений Magnifying Glass Zoom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Just press Ctrl+z once and the text becomes clearly visible in front of you.
Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk.
By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.
Privacy Policy https://magniglas.com/privacy.html
Terms and Conditions https://magniglas.com/terms.html Основная информация о расширении
| Название | |
| ID | jiiammldpkebebplgoejceoigdhechni |
| Официальный URL | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
| Описание | Press the toolbar button to see the Magnifying Glass on the current page. |
| Размер файла | 46.43 KB |
| Количество установок | 2,375 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2023-03-15 |
| Дата публикации | 2022-11-05 |
| Разработчик | magnifglass |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://magniglas.com/index.html |
| URL страницы помощи | https://magniglas.com/privacy.html |
| URL страницы политики конфиденциальности | https://magniglas.com/privacy.html |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Magnifying Glass Zoom",
"description": "Press the toolbar button to see the Magnifying Glass on the current page.",
"manifest_version": 3,
"version": "1.0.2",
"action": {
"default_title": "Magnifying Glass Zoom",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png"
}
},
"commands": {
"magnify": {
"description": "Magnifying Glass zoom",
"suggested_key": {
"default": "Ctrl+Z",
"windows": "Ctrl+Z",
"mac": "Command+Z",
"chromeos": "Ctrl+Z",
"linux": "Ctrl+Z"
}
}
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"permissions": [
"scripting",
"storage",
"activeTab",
"tabs",
"cookies"
],
"host_permissions": [
"*:\/\/magniglas.com\/*"
]
} | |