Stop Shouting

Lowercase all letters that don't start a word

ما هو Stop Shouting؟

Stop Shouting هو إضافة Chrome تم تطويرها بواسطة Shea Levy، والميزة الرئيسية لها هي "Lowercase all letters that don't start a word".

تحميل ملف CRX للإضافة Stop Shouting

قم بتنزيل ملفات الامتداد Stop Shouting بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
الوصف Lowercase all letters that don't start a word
حجم الملف 4.62 KB
عدد التثبيتات 15
النسخة الحالية 1.0.0
آخر تحديث 2014-08-20
تاريخ النشر 2014-08-20
تقييم 5.00/5 مجموع تقييمات 4
المطور Shea Levy
نوع الدفع free
موقع الإضافة https://github.com/shlevy/stop-shouting
اللغات المدعومة 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
        }
    ]
}