Only Text Zoom

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

O que é Only Text Zoom?

Only Text Zoom é uma extensão do Chrome desenvolvida por Balaj Zain, e sua principal característica é "Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Only Text Zoom

Baixe arquivos de extensão Only Text Zoom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Only Text Zoom Only Text Zoom
ID mamgplcihonkbopicdfhbadppehecgoa
URL Oficial https://chromewebstore.google.com/detail/only-text-zoom/mamgplcihonkbopicdfhbadppehecgoa
Descrição Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.
Tamanho do Arquivo 315 KB
Contagem de Instalações 70,482
Versão Atual 1.1.2
Última Atualização 2023-12-14
Data de Publicação 2023-08-14
Classificação 4.65/5 Total de 20 Avaliações
Desenvolvedor Balaj Zain
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}