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"
        }
    ]
}