Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
Cos'è Magnifying Glass Zoom?
Magnifying Glass Zoom è un'estensione di Chrome sviluppata da magnifglass, e la sua funzione principale è "Press the toolbar button to see the Magnifying Glass on the current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magnifying Glass Zoom
Scarica i file di estensione Magnifying Glass Zoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Magnifying Glass Zoom |
ID | jiiammldpkebebplgoejceoigdhechni |
URL Ufficiale | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
Descrizione | Press the toolbar button to see the Magnifying Glass on the current page. |
Dimensione del File | 46.43 KB |
Conteggio Installazioni | 2,375 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-03-15 |
Data di Pubblicazione | 2022-11-05 |
Sviluppatore | magnifglass |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://magniglas.com/index.html |
URL della Pagina di Aiuto | https://magniglas.com/privacy.html |
URL della Pagina della Politica sulla Privacy | https://magniglas.com/privacy.html |
Lingue Supportate | 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\/*" ] } |