CapAlert

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

CapAlert là gì?

CapAlert là một tiện ích mở rộng Chrome được phát triển bởi zodiakparedes, và tính năng chính của nó là "CapAlert gives an audible warning when your Caps Lock is mistakenly left on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CapAlert

Tải xuống các tệp mở rộng CapAlert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CapAlert CapAlert
ID ibeckhoigojdjkahpmemablmfgejemmk
URL Chính Thức https://chromewebstore.google.com/detail/capalert/ibeckhoigojdjkahpmemablmfgejemmk
Mô tả CapAlert gives an audible warning when your Caps Lock is mistakenly left on.
Kích Thước Tệp 204 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-09-05
Ngày Phát Hành 2019-06-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zodiakparedes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/CapAlert-312364423009776
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}