Selection Highlighter
Automatically highlight all occurrences of current selection on current page.
ما هو Selection Highlighter؟
Selection Highlighter هو إضافة Chrome تم تطويرها بواسطة Tao، والميزة الرئيسية لها هي "Automatically highlight all occurrences of current selection on current page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Selection Highlighter
قم بتنزيل ملفات الامتداد Selection Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Selection highlighter will help you automatically highlight all occurrences of current selection on current page, also works for shadow DOM pages. The extension also allow you to toggle on/off the feature from options page, also change the default configurations like highlight color etc Release notes: v0.0.3: - Allow config the threshold to ignore selection when apply highlighting - Always ignore `style` tag when highlighting, avoid messing up the page
معلومات أساسية عن التمديد
الاسم | Selection Highlighter |
ID | maafgdeicpceceblgclafehagjndfjig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/selection-highlighter/maafgdeicpceceblgclafehagjndfjig |
الوصف | Automatically highlight all occurrences of current selection on current page. |
حجم الملف | 96.84 KB |
عدد التثبيتات | 112 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2020-07-17 |
تاريخ النشر | 2020-06-03 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Tao |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/taoalpha/selection-highlighter |
عنوان صفحة المساعدة | https://github.com/taoalpha/selection-highlighter |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Highlighter", "description": "Automatically highlight all occurrences of current selection on current page.", "version": "0.0.3", "browser_action": { "default_icon": "icon.png", "default_title": "Selection Highlighter" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "content_scripts": [ { "run_at": "document_end", "matches": [ " |