Only Text Zoom

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

What is Only Text Zoom?

Only Text Zoom is a Chrome extension developed by Balaj Zain, and its main feature is "Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Only Text Zoom Extension CRX File

Download Only Text Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Only Text Zoom Only Text Zoom
ID mamgplcihonkbopicdfhbadppehecgoa
Official URL https://chromewebstore.google.com/detail/only-text-zoom/mamgplcihonkbopicdfhbadppehecgoa
Description Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.
File Size 315 KB
Installation Count 70,482
Current Version 1.1.2
Last Updated 2023-12-14
Publish Date 2023-08-14
Rating 4.65/5 Total 20 Ratings
Developer Balaj Zain
Email [email protected]
Payment Type free
Supported Languages 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
}