CAPS LOCK DAY

WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.

What is CAPS LOCK DAY?

CAPS LOCK DAY is a Chrome extension developed by https://outadoc.fr, and its main feature is "WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.".

Extension Screenshots

screenshot

Download CAPS LOCK DAY Extension CRX File

Download CAPS LOCK DAY extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ON EVERY INTERNATIONAL CAPS LOCK DAY, THIS EXTENSION WILL MAKE YOU UNABLE TO TYPE IN LOWER CASE, AND WILL DISPLAY EVERY WEB PAGE (OR ALMOST) AS IF IT WAS IN UPPER CASE.

FOR YOUR INFORMATION, CAPS LOCK DAY IS ON OCTOBER 22 AND JUNE 28 OF EVERY YEAR. BUT WITH THIS EXTENSION YOU WON'T HAVE TO REMEMBER IT ANYMORE. REALLY.                    

Extension Basic Information

Name CAPS LOCK DAY CAPS LOCK DAY
ID eoemkhcgjlkoplmgdboielpeoomhppca
Official URL https://chromewebstore.google.com/detail/caps-lock-day/eoemkhcgjlkoplmgdboielpeoomhppca
Description WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.
File Size 47.26 KB
Installation Count 160
Current Version 1.337.2
Last Updated 2012-09-22
Publish Date 2012-09-21
Rating 4.33/5 Total 15 Ratings
Developer https://outadoc.fr
Payment Type free
Extension Website http://dev.outadoc.fr/project/caps-lock-day/
Help Page URL http://dev.outadoc.fr/contact.html
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CAPS LOCK DAY",
    "version": "1.337.2",
    "manifest_version": 2,
    "description": "WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/caps.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}