Color Text

This extension highlights selected words.

Color Text là gì?

Color Text là một tiện ích mở rộng Chrome được phát triển bởi Sveta, và tính năng chính của nó là "This extension highlights selected words.".

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

screenshot

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

Tải xuống các tệp mở rộng Color Text 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 can highlight selected words.

 - "Color Text" can highlight multiple words.
 - Words are colored in real time.
 - You can use regex expressions (wrap regex expressions with {})                    

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

Tên Color Text Color Text
ID ignkommcgoajegbfheombigogpiljejp
URL Chính Thức https://chrome.google.com/webstore/detail/color-text/ignkommcgoajegbfheombigogpiljejp
Mô tả This extension highlights selected words.
Kích Thước Tệp 40.28 KB
Số Lần Cài Đặt 385
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2015-06-29
Ngày Phát Hành 2015-06-29
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Sveta
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Text",
    "description": "This extension highlights selected words.",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.js",
        "jquery.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}