v chill

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

Was ist v chill?

v chill ist eine Chrome-Erweiterung, die von Kevin McVey entwickelt wurde, und ihr Hauptmerkmal ist "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Erweiterungsscreenshots

screenshot
screenshot

v chill-Erweiterungs-CRX-Datei herunterladen

Laden Sie v chill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
Offizielle URL https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Beschreibung make your browser v chill. https://github.com/kevinmcvey/v-chill
Dateigröße 8.52 KB
Installationsanzahl 17
Aktuelle Version 1.0
Letztes Update 2015-07-26
Veröffentlichungsdatum 2015-07-26
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Kevin McVey
Zahlungsart free
Erweiterungswebsite https://github.com/kevinmcvey/v-chill
Unterstützte Sprachen 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"
        }
    ]
}