v chill

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

Cos'è v chill?

v chill è un'estensione di Chrome sviluppata da Kevin McVey, e la sua funzione principale è "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione v chill

Scarica i file di estensione v chill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
URL Ufficiale https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Descrizione make your browser v chill. https://github.com/kevinmcvey/v-chill
Dimensione del File 8.52 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-26
Data di Pubblicazione 2015-07-26
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Kevin McVey
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kevinmcvey/v-chill
Lingue Supportate 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"
        }
    ]
}