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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}