Magnifying Glass
Convert your mouse cursor to a high-quality magnifying glass
Was ist Magnifying Glass?
Magnifying Glass ist eine Chrome-Erweiterung, die von joue.quroi entwickelt wurde, und ihr Hauptmerkmal ist "Convert your mouse cursor to a high-quality magnifying glass".
Erweiterungsscreenshots
Magnifying Glass-Erweiterungs-CRX-Datei herunterladen
Laden Sie Magnifying Glass-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
This extension transforms your cursor into a magnifying glass, enlarging the current object beneath it. You can adjust the size of the lens and the scaling value through the right-click context menu over the action button. To turn off the magnification and revert to the default cursor, use the left-click or the Escape key on your keyboard. When the extension is active, the action button appears red; when it is inactive, the color is blue.
Grundlegende Informationen zur Erweiterung
Name | Magnifying Glass |
ID | aejojoddnejpalbjnnknpeejhmklnmba |
Offizielle URL | https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba |
Beschreibung | Convert your mouse cursor to a high-quality magnifying glass |
Dateigröße | 45.25 KB |
Installationsanzahl | 671 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2024-01-11 |
Veröffentlichungsdatum | 2023-12-27 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | joue.quroi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://webextension.org/listing/magnifying-glass.html |
Hilfeseite URL | https://webextension.org/listing/magnifying-glass.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.1", "name": "Magnifying Glass", "description": "Convert your mouse cursor to a high-quality magnifying glass", "permissions": [ "storage", "activeTab", "scripting", "contextMenus" ], "homepage_url": "https:\/\/webextension.org\/listing\/magnifying-glass.html", "background": { "service_worker": "worker.js" }, "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "action": [] } |