CAPS LOCK DAY

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

Wat is CAPS LOCK DAY?

CAPS LOCK DAY is een Chrome-extensie ontwikkeld door https://outadoc.fr, en de belangrijkste functie is "WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CAPS LOCK DAY

Download CAPS LOCK DAY-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CAPS LOCK DAY CAPS LOCK DAY
ID eoemkhcgjlkoplmgdboielpeoomhppca
Officiële URL https://chromewebstore.google.com/detail/caps-lock-day/eoemkhcgjlkoplmgdboielpeoomhppca
Beschrijving WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.
Bestandsgrootte 47.26 KB
Aantal Installaties 160
Huidige Versie 1.337.2
Laatst Bijgewerkt 2012-09-22
Publicatiedatum 2012-09-21
Beoordeling 4.33/5 Totaal 15 Beoordelingen
Ontwikkelaar https://outadoc.fr
Betalingswijze free
Extensiewebsite http://dev.outadoc.fr/project/caps-lock-day/
Help Pagina-URL http://dev.outadoc.fr/contact.html
Ondersteunde Talen 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"
    }
}