Bold Reading

Read faster online by making the first 3 letters of every word bold.

Bold Reading क्या है?

Bold Reading catander द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read faster online by making the first 3 letters of every word bold."।

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

screenshot

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

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

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

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

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

नाम Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
आधिकारिक URL https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
विवरण Read faster online by making the first 3 letters of every word bold.
फ़ाइल का आकार 24.76 KB
स्थापना संख्या 1,457
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-04-16
प्रकाशन तिथि 2023-04-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर catander
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}