Magnifying Glass

Convert your mouse cursor to a high-quality magnifying glass

Cos'è Magnifying Glass?

Magnifying Glass è un'estensione di Chrome sviluppata da joue.quroi, e la sua funzione principale è "Convert your mouse cursor to a high-quality magnifying glass".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magnifying Glass

Scarica i file di estensione Magnifying Glass 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Magnifying Glass Magnifying Glass
ID aejojoddnejpalbjnnknpeejhmklnmba
URL Ufficiale https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba
Descrizione Convert your mouse cursor to a high-quality magnifying glass
Dimensione del File 45.25 KB
Conteggio Installazioni 671
Versione Corrente 0.1.1
Ultimo Aggiornamento 2024-01-11
Data di Pubblicazione 2023-12-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore joue.quroi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webextension.org/listing/magnifying-glass.html
URL della Pagina di Aiuto https://webextension.org/listing/magnifying-glass.html
Lingue Supportate 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": []
}