Image Zoom Tool

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

Τι είναι το Image Zoom Tool;

Το Image Zoom Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wuhenlove, και η κύρια λειτουργία του είναι "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Zoom Tool

Λήψη αρχείων επέκτασης Image Zoom Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Zoom Tool Image Zoom Tool
ID nmpjkfaecjdmlebpoaofafgibnihjhhf
Επίσημο URL https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf
Περιγραφή Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 5,536
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-02-09
Ημερομηνία Δημοσίευσης 2022-08-07
Αξιολόγηση 2.85/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Wuhenlove
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://findniche.com/privacy
Υποστηριζόμενες Γλώσσες 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'"
    }
}