Dynamic Text Enhancer

Enhance your reading experience with Dynamic Text Enhancer. Bold first halves of words for improved readability.

Τι είναι το Dynamic Text Enhancer;

Το Dynamic Text Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leregina06, και η κύρια λειτουργία του είναι "Enhance your reading experience with Dynamic Text Enhancer. Bold first halves of words for improved readability.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dynamic Text Enhancer

Λήψη αρχείων επέκτασης Dynamic Text Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Experience the web like never before with the Dynamic Text Enhancer! Our browser extension is designed to make your online reading experience more engaging and intuitive by dynamically highlighting the first half of every word on your screen.

This enhancement supports better visual tracking, reducing eye strain, and improving reading efficiency. It's perfect for long reading sessions, whether you're browsing news articles, studying educational content, or just exploring the internet.

Key benefits include:

Improved Readability: By bolding the first half of every word, our extension aids in faster text recognition, increasing your reading speed and comprehension.
Reduced Eye Strain: This unique reading aid minimizes the effort needed to focus on text, making it easier to read for longer periods without discomfort.
Wide Compatibility: Our extension works seamlessly across most websites, including popular social media platforms like Twitter and Instagram.
Customizable Experience: You can easily turn the feature on or off depending on your preference, giving you full control over your browsing experience.
Unleash your reading potential with Dynamic Text Enhancer. Download now and transform the way you read online!

Please note: This extension only works on text-heavy elements and is not applied to form controls or short text segments for an optimized user experience.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dynamic Text Enhancer Dynamic Text Enhancer
ID egggfncfocihggklcgpclpbbhajljmlk
Επίσημο URL https://chromewebstore.google.com/detail/dynamic-text-enhancer/egggfncfocihggklcgpclpbbhajljmlk
Περιγραφή Enhance your reading experience with Dynamic Text Enhancer. Bold first halves of words for improved readability.
Μέγεθος Αρχείου 116 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-05-27
Ημερομηνία Δημοσίευσης 2023-05-26
Προγραμματιστής leregina06
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dynamic Text Enhancer",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Enhance your reading experience with Dynamic Text Enhancer. Bold first halves of words for improved readability.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}