Image Zoom Tool

Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.

Cos'è Image Zoom Tool?

Image Zoom Tool è un'estensione di Chrome sviluppata da Wuhenlove, e la sua funzione principale è "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Image Zoom Tool

Scarica i file di estensione Image Zoom Tool 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

                        Hover image will see fullsize this image. That is the best Photo Zoom tool ! 

It works with any JPG, PNG or GIF file. Image Zoom Tool is a simple but powerful tool for viewing images in your browser in unlimited detail. 

Zoom on every picture you can find. It free, fast and safe
The best way to view photos on Facebook, Instagram, Twitter, Amazon...

Image Zoom Tool does not read, change or transmit any of your personal data (messages, contacts, user name, passwords) to any company or third party.                    

Informazioni di Base sull'Estensione

Nome Image Zoom Tool Image Zoom Tool
ID nmpjkfaecjdmlebpoaofafgibnihjhhf
URL Ufficiale https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf
Descrizione Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Dimensione del File 135 KB
Conteggio Installazioni 5,536
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-02-09
Data di Pubblicazione 2022-08-07
Valutazione 2.85/5 Totale 13 Valutazioni
Sviluppatore Wuhenlove
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://findniche.com/privacy
Lingue Supportate en,lv,lt,sk,sr
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.3",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/app.css"
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content-scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/icon48.png",
        "default_title": "Image Zoom Tool"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}