v chill

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

v chill là gì?

v chill là một tiện ích mở rộng Chrome được phát triển bởi Kevin McVey, và tính năng chính của nó là "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng v chill

Tải xuống các tệp mở rộng v chill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
URL Chính Thức https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Mô tả make your browser v chill. https://github.com/kevinmcvey/v-chill
Kích Thước Tệp 8.52 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-26
Ngày Phát Hành 2015-07-26
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Kevin McVey
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kevinmcvey/v-chill
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}