Google Keyword Highlighter
Highlights Google-matched words in colour
ما هو Google Keyword Highlighter؟
Google Keyword Highlighter هو إضافة Chrome تم تطويرها بواسطة Old Pike Software، والميزة الرئيسية لها هي "Highlights Google-matched words in colour".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Keyword Highlighter
قم بتنزيل ملفات الامتداد Google Keyword Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This very simple extension allows the addition of a highlight colour to all the matched words Google finds in the excerpts shown in a search results page (which normally are displayed only in a rather discreet boldface). The highlight colour can be chosen on the extension's Options Page. معلومات أساسية عن التمديد
| الاسم | |
| ID | aocmoogbdjejoimokamdoekglbibpnda |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
| الوصف | Highlights Google-matched words in colour |
| حجم الملف | 46.83 KB |
| عدد التثبيتات | 28 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2024-02-04 |
| تاريخ النشر | 2021-10-21 |
| المطور | Old Pike Software |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://oldpike.bxtrom.eu/privacy_policy.html |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Keyword Highlighter",
"version": "1.2",
"description": "Highlights Google-matched words in colour",
"icons": {
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"options_page": "options.html",
"permissions": [
"storage"
],
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"jquery.js",
"content.js"
],
"matches": [
"https:\/\/*.google.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icon_128.png"
],
"matches": [
"https:\/\/*.google.com\/*"
]
}
]
} | |