Only Text Zoom

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

Co je Only Text Zoom?

Only Text Zoom je rozšíření Chrome vyvinuté Balaj Zain, a jeho hlavní funkcí je „Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Only Text Zoom

Stáhněte si soubory rozšíření Only Text Zoom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Only Text Zoom Only Text Zoom
ID mamgplcihonkbopicdfhbadppehecgoa
Oficiální URL https://chromewebstore.google.com/detail/only-text-zoom/mamgplcihonkbopicdfhbadppehecgoa
Popis Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.
Velikost souboru 315 KB
Počet instalací 70,482
Aktuální Verze 1.1.2
Poslední Aktualizace 2023-12-14
Datum Vydání 2023-08-14
Hodnocení 4.65/5 Celkem 20 Hodnocení
Vývojář Balaj Zain
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}