Highlighter
Make creating ,viewing and managing highlight easier
ما هو Highlighter؟
Highlighter هو إضافة Chrome تم تطويرها بواسطة LeNoob، والميزة الرئيسية لها هي "Make creating ,viewing and managing highlight easier".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Highlighter
قم بتنزيل ملفات الامتداد Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
HIGHLIGHTER I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. ===================== INSTALLATION + After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser. ===================== CURRENT FEATURES + Highlight selected text + Change highlight colour + Remove highlight + Bookmark highlighted sites + Bulk remove highlights from the popup + Enable/Disable highlight from the popup
معلومات أساسية عن التمديد
الاسم | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
الوصف | Make creating ,viewing and managing highlight easier |
حجم الملف | 1.2 MB |
عدد التثبيتات | 1,847 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-07-31 |
تاريخ النشر | 2019-01-10 |
تقييم | 3.68/5 مجموع تقييمات 25 |
المطور | LeNoob |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ilenoob.github.io/highlighter |
عنوان صفحة المساعدة | https://ilenoob.github.io/highlighter |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "short_name": "Highlighter", "description": "Make creating ,viewing and managing highlight easier", "version": "1.0.1", "icons": { "16": "assets\/highlight_16.png", "32": "assets\/highlight_32.png", "64": "assets\/highlight_64.png" }, "action": { "default_title": "Highlighter", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |