v chill

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

Qu'est-ce que v chill ?

v chill est une extension Chrome développée par Kevin McVey, et sa fonction principale est "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension v chill

Téléchargez les fichiers d'extension v chill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
URL Officiel https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Description make your browser v chill. https://github.com/kevinmcvey/v-chill
Taille du Fichier 8.52 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-26
Date de Publication 2015-07-26
Évaluation 5.00/5 Total 6 Évaluations
Développeur Kevin McVey
Type de Paiement free
Site Web de l'Extension https://github.com/kevinmcvey/v-chill
Langues Prises en Charge 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"
        }
    ]
}