Boldish

Makes the first half of word half bold

Boldish क्या है?

Boldish jlowell000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the first half of word half bold"।

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

screenshot

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

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

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

                        A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things                    

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

नाम Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
आधिकारिक URL https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
विवरण Makes the first half of word half bold
फ़ाइल का आकार 15.29 KB
स्थापना संख्या 75
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2022-05-24
डेवलपर jlowell000
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jlowell000/boldish
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldish",
    "description": "Makes the first half of word half bold",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/boldish16.png",
            "32": "\/images\/boldish32.png",
            "48": "\/images\/boldish48.png",
            "128": "\/images\/boldish128.png"
        }
    },
    "icons": {
        "16": "\/images\/boldish16.png",
        "32": "\/images\/boldish32.png",
        "48": "\/images\/boldish48.png",
        "128": "\/images\/boldish128.png"
    }
}