Magnifying Glass Zoom

Press the toolbar button to see the Magnifying Glass on the current page.

Τι είναι το Magnifying Glass Zoom;

Το Magnifying Glass Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον magnifglass, και η κύρια λειτουργία του είναι "Press the toolbar button to see the Magnifying Glass on the current page.".

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

screenshot

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

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

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

                        Just press Ctrl+z once and the text becomes clearly visible in front of you.
Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk.

By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.

Privacy Policy https://magniglas.com/privacy.html

Terms and Conditions https://magniglas.com/terms.html                    

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

Όνομα Magnifying Glass Zoom Magnifying Glass Zoom
ID jiiammldpkebebplgoejceoigdhechni
Επίσημο URL https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni
Περιγραφή Press the toolbar button to see the Magnifying Glass on the current page.
Μέγεθος Αρχείου 46.43 KB
Αριθμός Εγκαταστάσεων 2,375
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-03-15
Ημερομηνία Δημοσίευσης 2022-11-05
Προγραμματιστής magnifglass
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://magniglas.com/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://magniglas.com/privacy.html
URL της Σελίδας Πολιτικής Απορρήτου https://magniglas.com/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnifying Glass Zoom",
    "description": "Press the toolbar button to see the Magnifying Glass on the current page.",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_title": "Magnifying Glass Zoom",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png"
        }
    },
    "commands": {
        "magnify": {
            "description": "Magnifying Glass zoom",
            "suggested_key": {
                "default": "Ctrl+Z",
                "windows": "Ctrl+Z",
                "mac": "Command+Z",
                "chromeos": "Ctrl+Z",
                "linux": "Ctrl+Z"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/magniglas.com\/*"
    ]
}