Stop Shouting

Lowercase all letters that don't start a word

Qu'est-ce que Stop Shouting ?

Stop Shouting est une extension Chrome développée par Shea Levy, et sa fonction principale est "Lowercase all letters that don't start a word".

Télécharger le fichier CRX de l'extension Stop Shouting

Téléchargez les fichiers d'extension Stop Shouting 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

                                            

Informations de Base sur l'Extension

Nom Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
URL Officiel https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
Description Lowercase all letters that don't start a word
Taille du Fichier 4.62 KB
Nombre d'Installations 15
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-08-20
Date de Publication 2014-08-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur Shea Levy
Type de Paiement free
Site Web de l'Extension https://github.com/shlevy/stop-shouting
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Shouting",
    "version": "1.0.0",
    "description": "Lowercase all letters that don't start a word",
    "author": "Shea Levy ",
    "homepage_url": "https:\/\/github.com\/shlevy\/stop-shouting",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop-shouting.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}