Magnifying Glass
Convert your mouse cursor to a high-quality magnifying glass
What is Magnifying Glass?
Magnifying Glass is a Chrome extension developed by joue.quroi, and its main feature is "Convert your mouse cursor to a high-quality magnifying glass".
Extension Screenshots
Download Magnifying Glass Extension CRX File
Download Magnifying Glass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Magnifying Glass |
ID | aejojoddnejpalbjnnknpeejhmklnmba |
Official URL | https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba |
Description | Convert your mouse cursor to a high-quality magnifying glass |
File Size | 45.25 KB |
Installation Count | 671 |
Current Version | 0.1.1 |
Last Updated | 2024-01-11 |
Publish Date | 2023-12-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | joue.quroi |
[email protected] | |
Payment Type | free |
Extension Website | https://webextension.org/listing/magnifying-glass.html |
Help Page URL | https://webextension.org/listing/magnifying-glass.html |
Supported Languages | 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": [] } |