google-search-highlight

This is an extension that highlights Google's search word.

ما هو google-search-highlight؟

google-search-highlight هو إضافة Chrome تم تطويرها بواسطة morix1500، والميزة الرئيسية لها هي "This is an extension that highlights Google's search word.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة google-search-highlight

قم بتنزيل ملفات الامتداد google-search-highlight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

معلومات أساسية عن التمديد

الاسم google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
الوصف This is an extension that highlights Google's search word.
حجم الملف 42.2 KB
عدد التثبيتات 257
النسخة الحالية 0.3
آخر تحديث 2018-09-17
تاريخ النشر 2018-09-17
تقييم 4.00/5 مجموع تقييمات 3
المطور morix1500
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}