Stop Shouting

Lowercase all letters that don't start a word

Co to jest Stop Shouting?

Stop Shouting to rozszerzenie Chrome opracowane przez Shea Levy, a jego główną funkcją jest „Lowercase all letters that don't start a word”.

Pobierz plik CRX rozszerzenia Stop Shouting

Pobierz pliki rozszerzeń Stop Shouting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
Oficjalny URL https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
Opis Lowercase all letters that don't start a word
Rozmiar pliku 4.62 KB
Liczba instalacji 15
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2014-08-20
Data Publikacji 2014-08-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Shea Levy
Typ Płatności free
Strona Rozszerzenia https://github.com/shlevy/stop-shouting
Obsługiwane Języki 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
        }
    ]
}