Highly Highlighter
Highlight to share.
ما هو Highly Highlighter؟
Highly Highlighter هو إضافة Chrome تم تطويرها بواسطة http://highly.co، والميزة الرئيسية لها هي "Highlight to share.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Highly Highlighter
قم بتنزيل ملفات الامتداد Highly Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing. Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere. Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.
معلومات أساسية عن التمديد
الاسم | |
ID | hjpahjhcglfdopbholajmhpamgblhjhg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg |
الوصف | Highlight to share. |
حجم الملف | 1.29 MB |
عدد التثبيتات | 8,616 |
النسخة الحالية | 3.18 |
آخر تحديث | 2018-11-13 |
تاريخ النشر | 2018-11-13 |
تقييم | 4.30/5 مجموع تقييمات 388 |
المطور | http://highly.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.highly.co |
عنوان صفحة المساعدة | http://www.highly.co/howto |
عنوان صفحة سياسة الخصوصية | http://www.highly.co/legal |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highly Highlighter", "short_name": "Highly", "description": "Highlight to share.", "version": "3.18", "options_page": "html\/highly_options.html", "permissions": [ "activeTab", "tabs", "notifications", "cookies", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "background": { "scripts": [ "javascript\/foundation-chrome-background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [], "js": [ "javascript\/foundation-chrome-content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Highly \u2192 Type [ ! ] to Highlight", "default_icon": "\/images\/chrome-button-off.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png", "html\/highly_welcome.html", "fonts\/*", "images\/*" ], "icons": { "16": "images\/hicon_16.png", "32": "images\/hicon_32.png", "48": "images\/hicon_48.png", "128": "images\/hicon_128.png" } } |