Only Text Zoom

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

Was ist Only Text Zoom?

Only Text Zoom ist eine Chrome-Erweiterung, die von Balaj Zain entwickelt wurde, und ihr Hauptmerkmal ist "Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Only Text Zoom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Only Text Zoom-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

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

📚 Explore a clutter-free reading adventure with the Only Text Zoom browser extension.

🔍 Streamline your online interactions by immersing yourself in the written content that matters most to you. This extension empowers you to effortlessly tweak text size on web pages, enhancing readability and comfort.

🔑 Key Features:

📏 Text-Centric Scaling: Personalize your reading experience by zooming in or out on the text while preserving the page's layout and formatting.

🚫 Distraction-Free Reading: Say goodbye to unnecessary elements and dive into the pure essence of content without visual clutter.

🎨 Customizable Settings: Save your preferred text size for different websites, ensuring your ideal reading environment is just a click away.

⌨️ Quick Keyboard Shortcuts: Easily control text zoom levels with intuitive keyboard shortcuts for instant adjustments.

👁️ Visual Comfort: Relieve eye strain and fatigue by adjusting text size to your comfort level, enhancing the pleasure of extended reading sessions.

🌐 Experience web content like never before with Only Text Zoom – your gateway to distraction-free, focused reading. Heighten your online engagement by giving text the spotlight it deserves."

📢 Feel free to ask questions and share your feedback with us. Your satisfaction fuels our enhancements!                    

Grundlegende Informationen zur Erweiterung

Name Only Text Zoom Only Text Zoom
ID mamgplcihonkbopicdfhbadppehecgoa
Offizielle URL https://chromewebstore.google.com/detail/only-text-zoom/mamgplcihonkbopicdfhbadppehecgoa
Beschreibung Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.
Dateigröße 315 KB
Installationsanzahl 70,482
Aktuelle Version 1.1.2
Letztes Update 2023-12-14
Veröffentlichungsdatum 2023-08-14
Bewertung 4.65/5 Insgesamt 20 Bewertungen
Entwickler Balaj Zain
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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__",
    "icons": {
        "16": "assistants\/images\/icon16.png",
        "32": "assistants\/images\/icon32.png",
        "64": "assistants\/images\/icon64.png",
        "128": "assistants\/images\/icon128.png",
        "512": "assistants\/images\/icon512.png"
    },
    "description": "__MSG_extDescription__",
    "version": "1.1.2",
    "options_page": "html\/settings.html",
    "default_locale": "en",
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/worker.js"
    },
    "action": {
        "name": "__MSG_extName__",
        "default_title": "__MSG_titleDefault__",
        "default_icon": "assistants\/images\/icon512.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assistants\/libs\/css\/zoom.css"
            ],
            "js": [
                "assistants\/libs\/js\/alertify.js",
                "assistants\/libs\/js\/mousetrap.js",
                "assistants\/libs\/js\/util.js",
                "assistants\/libs\/js\/zoom.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "manifest_version": 3
}