CapAlert

CapAlert gives an audible warning when your Caps Lock is mistakenly left on.

CapAlert क्या है?

CapAlert zodiakparedes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CapAlert gives an audible warning when your Caps Lock is mistakenly left on."।

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

screenshot

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

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

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

                        I recently had an idea for a free extension. I am constantly typing with my caps on and don't become aware of it until I have finished typing. Very frustrating. My thought was: what if I created an extension that gave an audible warning when more than three caps are typed in a row, alerting you to look up at the screen? My new extension integrates wonderfully with both Firefox and Chrome browsers. My goal was to assist the visually impaired and the elderly who want to stay involved and current with social media, news and work. But even the best typist can forget their caps are on. Get CapAlert before having to type that whole paragraph again!

Thank you,
Zodiak Paredes                    

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

नाम CapAlert CapAlert
ID ibeckhoigojdjkahpmemablmfgejemmk
आधिकारिक URL https://chromewebstore.google.com/detail/capalert/ibeckhoigojdjkahpmemablmfgejemmk
विवरण CapAlert gives an audible warning when your Caps Lock is mistakenly left on.
फ़ाइल का आकार 204 KB
स्थापना संख्या 80
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-09-05
प्रकाशन तिथि 2019-06-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर zodiakparedes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.facebook.com/CapAlert-312364423009776
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CapAlert",
    "version": "0.2",
    "manifest_version": 2,
    "description": "CapAlert gives an audible warning when your Caps Lock is mistakenly left on.",
    "homepage_url": "https:\/\/www.capalert.us\/",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "page action demo",
        "default_popup": "page_action.html"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}