v chill

make your browser v chill. https://github.com/kevinmcvey/v-chill

ما هو v chill؟

v chill هو إضافة Chrome تم تطويرها بواسطة Kevin McVey، والميزة الرئيسية لها هي "make your browser v chill. https://github.com/kevinmcvey/v-chill".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة v chill

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

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

                        A really, really useless Chrome Extension that makes your browser SO CHILL. 95% experimenting with Chrome, 5% a bad joke.

Features, such as they are:

1. All text is lowercase.
2. Unchill words are replaced with chill counterparts. very becomes v, for instance.
3. Actually that's it. Just those two.

Enable and disable from chrome://extensions.                    

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

الاسم v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
الوصف make your browser v chill. https://github.com/kevinmcvey/v-chill
حجم الملف 8.52 KB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2015-07-26
تاريخ النشر 2015-07-26
تقييم 5.00/5 مجموع تقييمات 6
المطور Kevin McVey
نوع الدفع free
موقع الإضافة https://github.com/kevinmcvey/v-chill
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "v chill",
    "version": "1.0",
    "description": "make your browser v chill. https:\/\/github.com\/kevinmcvey\/v-chill",
    "icons": {
        "128": "media\/logo128.png",
        "48": "media\/logo48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/chill.js"
            ],
            "run_at": "document_idle"
        }
    ]
}