v chill

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

Apa itu v chill?

v chill adalah ekstensi Chrome yang dikembangkan oleh Kevin McVey, dan fitur utamanya adalah "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi v chill

Unduh file ekstensi v chill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
URL Resmi https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Deskripsi make your browser v chill. https://github.com/kevinmcvey/v-chill
Ukuran File 8.52 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-07-26
Tanggal Publikasi 2015-07-26
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Kevin McVey
Tipe Pembayaran free
Situs Ekstensi https://github.com/kevinmcvey/v-chill
Bahasa yang Didukung 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"
        }
    ]
}