Text Zoom plugin for Chrome

Text Zoom - Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.

Τι είναι το Text Zoom plugin for Chrome;

Το Text Zoom plugin for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Evans Holland, και η κύρια λειτουργία του είναι "Text Zoom - Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Text Zoom plugin for Chrome

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

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

                        Text Zoom extension Chrome is an intuitive and convenient browser extension that gives you full control over text scaling on the Internet.

With Text Zoom you decide the most comfortable text size, font size for web pages. Simply by using a few keystrokes, you can instantly increase or decrease the text size, making reading more enjoyable for your eyes. Whether you're reading lengthy articles, news feeds, or even code, Text Zoom helps make the text perfectly readable.

Features of Text Zoom:

✅ Smooth Scaling: Smooth animation of text size changes provides comfortable transitions between different scaling levels.

✅ Settings Memory: The extension automatically saves your text size preferences for each website, so you won't need to configure it from scratch every time.

✅ Default Keyboard Shortcuts:
	📖 Zoom in: Alt + =
	📖 Zoom out: Alt + -
	📖 Reset Zoom: Alt + 0

No matter the size of your screen or your vision, Text Zoom guarantees that you'll always be reading content in a completely comfortable size.

Feel free to ask any questions and leave comments for the extension. Your feedback is very important to us!                    

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

Όνομα Text Zoom plugin for Chrome Text Zoom plugin for Chrome
ID jpebjfcfllmcdbanolmfllkoaeccahhd
Επίσημο URL https://chromewebstore.google.com/detail/text-zoom-plugin-for-chro/jpebjfcfllmcdbanolmfllkoaeccahhd
Περιγραφή Text Zoom - Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.
Μέγεθος Αρχείου 440 KB
Αριθμός Εγκαταστάσεων 281,812
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-11-26
Ημερομηνία Δημοσίευσης 2023-08-13
Αξιολόγηση 4.81/5 Συνολικά 112 Αξιολογήσεις
Προγραμματιστής Evans Holland
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.4",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png",
        "512": "assets\/icons\/512.png"
    },
    "default_locale": "en",
    "options_page": "main\/options.html",
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "main\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/libs\/zoom.css"
            ],
            "js": [
                "assets\/libs\/alertify.js",
                "assets\/libs\/mousetrap.js",
                "assets\/libs\/util.js",
                "assets\/libs\/zoom.js"
            ]
        }
    ],
    "action": {
        "name": "__MSG_extName__",
        "default_title": "__MSG_titleDefault__",
        "default_icon": "assets\/icons\/512.png",
        "default_popup": "main\/popup.html"
    },
    "manifest_version": 3
}