Color Text

This extension highlights selected words.

Color Textคืออะไร?

Color Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sveta และคุณลักษณะหลักของมันคือ "This extension highlights selected words."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Text

ดาวน์โหลดไฟล์ส่วนขยาย Color Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 {})                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Color Text Color Text
ID ignkommcgoajegbfheombigogpiljejp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/color-text/ignkommcgoajegbfheombigogpiljejp
คำอธิบาย This extension highlights selected words.
ขนาดไฟล์ 40.28 KB
จำนวนการติดตั้ง 385
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2015-06-29
วันที่เผยแพร่ 2015-06-29
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Sveta
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}