MainRef Text Highlights
MainRef AI automatic text highlight tool that enhances your reading experience
What is MainRef Text Highlights?
MainRef Text Highlights is a Chrome extension developed by MainRef.com, and its main feature is "MainRef AI automatic text highlight tool that enhances your reading experience".
Extension Screenshots
Download MainRef Text Highlights Extension CRX File
Download MainRef Text Highlights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Welcome to MainRef, the innovative AI-powered tool for Automatic Text Highlight that enhances your reading experience by automatically highlighting important information in any text. Our cutting-edge technology intelligently identifies key phrases, keywords, and insights, allowing you to quickly grasp the essence of any document. With Automatic Text Highlight, you can effortlessly navigate through lengthy articles, research papers, or reports. Our advanced AI algorithms analyze the content and highlight the most relevant and significant sentences, saving you valuable time and effort ... It's free and no registration required.
Extension Basic Information
Name | MainRef Text Highlights |
ID | ndhejkeefhocjkedbfamoooolcejhocp |
Official URL | https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp |
Description | MainRef AI automatic text highlight tool that enhances your reading experience |
File Size | 152 KB |
Installation Count | 71 |
Current Version | 1.2.0 |
Last Updated | 2023-12-04 |
Publish Date | 2023-06-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | MainRef.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mainref.com |
Privacy Policy Page URL | https://mainref.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MainRef Text Highlights", "version": "1.2.0", "description": "MainRef AI automatic text highlight tool that enhances your reading experience", "manifest_version": 3, "author": "Mainref.com", "action": { "default_popup": "index.html", "default_title": "Get top Highlights" }, "permissions": [ "scripting", "activeTab", "storage" ], "host_permissions": [ "https:\/\/mainref.com\/*" ], "background": { "service_worker": "Worker.js" }, "icons": { "16": "Icons\/16.png", "32": "Icons\/32.png", "48": "Icons\/48.png", "128": "Icons\/128.png" } } |