Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
Was ist Magnifying Glass Zoom?
Magnifying Glass Zoom ist eine Chrome-Erweiterung, die von magnifglass entwickelt wurde, und ihr Hauptmerkmal ist "Press the toolbar button to see the Magnifying Glass on the current page.".
Erweiterungsscreenshots
Magnifying Glass Zoom-Erweiterungs-CRX-Datei herunterladen
Laden Sie Magnifying Glass Zoom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Magnifying Glass Zoom |
ID | jiiammldpkebebplgoejceoigdhechni |
Offizielle URL | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
Beschreibung | Press the toolbar button to see the Magnifying Glass on the current page. |
Dateigröße | 46.43 KB |
Installationsanzahl | 2,375 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-03-15 |
Veröffentlichungsdatum | 2022-11-05 |
Entwickler | magnifglass |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://magniglas.com/index.html |
Hilfeseite URL | https://magniglas.com/privacy.html |
URL der Datenschutzrichtlinien-Seite | https://magniglas.com/privacy.html |
Unterstützte Sprachen | 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\/*" ] } |