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
官方網址 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"
        }
    ]
}