Stop Shouting

Lowercase all letters that don't start a word

Cos'è Stop Shouting?

Stop Shouting è un'estensione di Chrome sviluppata da Shea Levy, e la sua funzione principale è "Lowercase all letters that don't start a word".

Scarica il file CRX dell'estensione Stop Shouting

Scarica i file di estensione Stop Shouting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
URL Ufficiale https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
Descrizione Lowercase all letters that don't start a word
Dimensione del File 4.62 KB
Conteggio Installazioni 15
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-08-20
Data di Pubblicazione 2014-08-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Shea Levy
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shlevy/stop-shouting
Lingue Supportate 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
        }
    ]
}