Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
¿Qué es Magnifying Glass Zoom?
Magnifying Glass Zoom es una extensión de Chrome desarrollada por magnifglass, y su función principal es "Press the toolbar button to see the Magnifying Glass on the current page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Magnifying Glass Zoom
Descarga archivos de extensión Magnifying Glass Zoom en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Magnifying Glass Zoom |
ID | jiiammldpkebebplgoejceoigdhechni |
URL Oficial | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
Descripción | Press the toolbar button to see the Magnifying Glass on the current page. |
Tamaño del Archivo | 46.43 KB |
Cantidad de Instalaciones | 2,375 |
Versión Actual | 1.0.2 |
Última Actualización | 2023-03-15 |
Fecha de Publicación | 2022-11-05 |
Desarrollador | magnifglass |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://magniglas.com/index.html |
URL de la Página de Ayuda | https://magniglas.com/privacy.html |
URL de la Página de Política de Privacidad | https://magniglas.com/privacy.html |
Idiomas Soportados | 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\/*" ] } |