Stop Shouting

Lowercase all letters that don't start a word

Wat is Stop Shouting?

Stop Shouting is een Chrome-extensie ontwikkeld door Shea Levy, en de belangrijkste functie is "Lowercase all letters that don't start a word".

Download het CRX-bestand van de extensie Stop Shouting

Download Stop Shouting-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

                                            

Basisinformatie over de Extensie

Naam Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
Officiële URL https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
Beschrijving Lowercase all letters that don't start a word
Bestandsgrootte 4.62 KB
Aantal Installaties 15
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-08-20
Publicatiedatum 2014-08-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Shea Levy
Betalingswijze free
Extensiewebsite https://github.com/shlevy/stop-shouting
Ondersteunde Talen 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
        }
    ]
}