Image Zoom Tool

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

Was ist Image Zoom Tool?

Image Zoom Tool ist eine Chrome-Erweiterung, die von Wuhenlove entwickelt wurde, und ihr Hauptmerkmal ist "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Image Zoom Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Zoom Tool-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Image Zoom Tool Image Zoom Tool
ID nmpjkfaecjdmlebpoaofafgibnihjhhf
Offizielle URL https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf
Beschreibung Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Dateigröße 135 KB
Installationsanzahl 5,536
Aktuelle Version 1.0.3
Letztes Update 2023-02-09
Veröffentlichungsdatum 2022-08-07
Bewertung 2.85/5 Insgesamt 13 Bewertungen
Entwickler Wuhenlove
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://findniche.com/privacy
Unterstützte Sprachen 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'"
    }
}