ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

Co to jest ReadEaseM3?

ReadEaseM3 to rozszerzenie Chrome opracowane przez nickboulbuisness, a jego główną funkcją jest „Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ReadEaseM3

Pobierz pliki rozszerzeń ReadEaseM3 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

Podstawowe informacje o rozszerzeniu

Nazwa ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Oficjalny URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Opis Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Rozmiar pliku 963 KB
Liczba instalacji 30
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-05-10
Data Publikacji 2023-05-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper nickboulbuisness
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}