Color Search

Adds a Google search card for when a color is searched.

Color Search là gì?

Color Search là một tiện ích mở rộng Chrome được phát triển bởi Ian Hoegen, và tính năng chính của nó là "Adds a Google search card for when a color is searched.".

Ả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 Color Search

Tải xuống các tệp mở rộng Color Search 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

                        This extension checks the Google search bar, and will add a color card to the top of the search result if the query is a color. This is great for if you need to find the associated color to a RGB color code, or a Hex code. 

Donations are accepted at https://www.paypal.me/ihoegen/5
Github: https://github.com/ihoegen/ColorSearch                    

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

Tên Color Search Color Search
ID eogeejfgkddjjibpecmcgdohpknkjabo
URL Chính Thức https://chromewebstore.google.com/detail/color-search/eogeejfgkddjjibpecmcgdohpknkjabo
Mô tả Adds a Google search card for when a color is searched.
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 503
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-04-09
Ngày Phát Hành 2016-04-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ian Hoegen
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ihoegen/ColorSearch
URL Trang Trợ Giúp https://github.com/ihoegen/ColorSearch/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Search",
    "description": "Adds a Google search card for when a color is searched. ",
    "version": "1.0.2",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "256": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "main.min.js"
            ]
        }
    ]
}