ReadEaseM3

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

Vad är ReadEaseM3?

ReadEaseM3 är en Chrome-tillägg utvecklad av nickboulbuisness, och dess huvudfunktion är "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner ReadEaseM3-förlängningens CRX-fil

Ladda ner ReadEaseM3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Officiell webbadress https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Beskrivning Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Filstorlek 963 KB
Antal Installationer 30
Aktuell Version 1.0.0
Senast Uppdaterad 2023-05-10
Publiceringsdatum 2023-05-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nickboulbuisness
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}