Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
Qu'est-ce que Magnifying Glass Zoom ?
Magnifying Glass Zoom est une extension Chrome développée par magnifglass, et sa fonction principale est "Press the toolbar button to see the Magnifying Glass on the current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magnifying Glass Zoom
Téléchargez les fichiers d'extension Magnifying Glass Zoom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Magnifying Glass Zoom |
ID | jiiammldpkebebplgoejceoigdhechni |
URL Officiel | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
Description | Press the toolbar button to see the Magnifying Glass on the current page. |
Taille du Fichier | 46.43 KB |
Nombre d'Installations | 2,375 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-03-15 |
Date de Publication | 2022-11-05 |
Développeur | magnifglass |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://magniglas.com/index.html |
URL de la Page d'Aide | https://magniglas.com/privacy.html |
URL de la Page de Politique de Confidentialité | https://magniglas.com/privacy.html |
Langues Prises en Charge | 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\/*" ] } |