ReadEaseM3

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

ReadEaseM3 क्या है?

ReadEaseM3 nickboulbuisness द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReadEaseM3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
आधिकारिक URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
विवरण Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
फ़ाइल का आकार 963 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-10
प्रकाशन तिथि 2023-05-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर nickboulbuisness
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}