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.

Qu'est-ce que Make text easier to read :) ?

Make text easier to read :) est une extension Chrome développée par gabe10777, et sa fonction principale est "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Make text easier to read :)

Téléchargez les fichiers d'extension Make text easier to read :) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
URL Officiel https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
Description Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
Taille du Fichier 32.96 KB
Nombre d'Installations 399
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-03
Date de Publication 2023-01-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur gabe10777
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}