Highlight google search result text

Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted

ما هو Highlight google search result text؟

Highlight google search result text هو إضافة Chrome تم تطويرها بواسطة Zudwa، والميزة الرئيسية لها هي "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Highlight google search result text

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

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

                                            

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

الاسم Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
عنوان URL الرسمي https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
الوصف Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
حجم الملف 12.97 KB
عدد التثبيتات 75
النسخة الحالية 0.1.3
آخر تحديث 2014-04-03
تاريخ النشر 2014-04-02
تقييم 3.00/5 مجموع تقييمات 2
المطور Zudwa
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight google search result text",
    "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-search.js",
                "search-result.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}