Only Text Zoom

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

Apa itu Only Text Zoom?

Only Text Zoom adalah ekstensi Chrome yang dikembangkan oleh Balaj Zain, dan fitur utamanya adalah "Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Only Text Zoom

Unduh file ekstensi Only Text Zoom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Only Text Zoom Only Text Zoom
ID mamgplcihonkbopicdfhbadppehecgoa
URL Resmi https://chromewebstore.google.com/detail/only-text-zoom/mamgplcihonkbopicdfhbadppehecgoa
Deskripsi Font controll is an intuitive and convenient browser extension that gives you full control over text scaling everywhere.
Ukuran File 315 KB
Jumlah Instalasi 70,482
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-12-14
Tanggal Publikasi 2023-08-14
Penilaian 4.65/5 Total 20 Penilaian
Pengembang Balaj Zain
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}