v chill

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

Wat is v chill?

v chill is een Chrome-extensie ontwikkeld door Kevin McVey, en de belangrijkste functie is "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie v chill

Download v chill-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

                        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.                    

Basisinformatie over de Extensie

Naam v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
Officiële URL https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Beschrijving make your browser v chill. https://github.com/kevinmcvey/v-chill
Bestandsgrootte 8.52 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2015-07-26
Publicatiedatum 2015-07-26
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Kevin McVey
Betalingswijze free
Extensiewebsite https://github.com/kevinmcvey/v-chill
Ondersteunde Talen 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"
        }
    ]
}