v chill

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

v chillとは何ですか?

v chillはKevin McVeyによって開発されたChromeの拡張機能で、その主な機能は「make your browser v chill. https://github.com/kevinmcvey/v-chill」です。

拡張機能のスクリーンショット

screenshot
screenshot

v chill拡張機能のCRXファイルをダウンロード

v chill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
公式URL https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
説明 make your browser v chill. https://github.com/kevinmcvey/v-chill
ファイルサイズ 8.52 KB
インストール数 17
現在のバージョン 1.0
最終更新日 2015-07-26
公開日 2015-07-26
評価 5.00/5 合計 6 レビュー
開発者 Kevin McVey
支払い方法 free
拡張機能のウェブサイト https://github.com/kevinmcvey/v-chill
対応言語 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"
        }
    ]
}