Make text easier to read :)

Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.

Was ist Make text easier to read :)?

Make text easier to read :) ist eine Chrome-Erweiterung, die von gabe10777 entwickelt wurde, und ihr Hauptmerkmal ist "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.".

Erweiterungsscreenshots

screenshot

Make text easier to read :)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Make text easier to read :)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you're at a screen all day like some of us, you'll know text and fonts are adapting.

This extension gives you two toggleable per-website options:

- Lowercasify
Force all text on the page to be lowercase.

- Boldify
Bold the first half of every word on the page, inspired by Bionic Reading. 

This extension does not collect any of your information. It does not contact any third party services.                    

Grundlegende Informationen zur Erweiterung

Name Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
Offizielle URL https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
Beschreibung Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
Dateigröße 32.96 KB
Installationsanzahl 399
Aktuelle Version 1.0
Letztes Update 2023-01-03
Veröffentlichungsdatum 2023-01-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler gabe10777
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Make text easier to read :)",
    "description": "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.",
    "version": "1.0",
    "action": {
        "default_icon": "images\/angy_3_128x128.jpg",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/angy_1_16x16.jpg",
        "32": "images\/angy_3_128x128.jpg",
        "64": "images\/angy_2_64x64.jpg",
        "128": "images\/angy_3_128x128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}