CAPS LOCK DAY

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

Qu'est-ce que CAPS LOCK DAY ?

CAPS LOCK DAY est une extension Chrome développée par https://outadoc.fr, et sa fonction principale est "WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CAPS LOCK DAY

Téléchargez les fichiers d'extension CAPS LOCK DAY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CAPS LOCK DAY CAPS LOCK DAY
ID eoemkhcgjlkoplmgdboielpeoomhppca
URL Officiel https://chromewebstore.google.com/detail/caps-lock-day/eoemkhcgjlkoplmgdboielpeoomhppca
Description WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.
Taille du Fichier 47.26 KB
Nombre d'Installations 160
Version Actuelle 1.337.2
Dernière Mise à Jour 2012-09-22
Date de Publication 2012-09-21
Évaluation 4.33/5 Total 15 Évaluations
Développeur https://outadoc.fr
Type de Paiement free
Site Web de l'Extension http://dev.outadoc.fr/project/caps-lock-day/
URL de la Page d'Aide http://dev.outadoc.fr/contact.html
Langues Prises en Charge 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"
    }
}