MainRef Text Highlights
MainRef AI automatic text highlight tool that enhances your reading experience
Was ist MainRef Text Highlights?
MainRef Text Highlights ist eine Chrome-Erweiterung, die von MainRef.com entwickelt wurde, und ihr Hauptmerkmal ist "MainRef AI automatic text highlight tool that enhances your reading experience".
Erweiterungsscreenshots
MainRef Text Highlights-Erweiterungs-CRX-Datei herunterladen
Laden Sie MainRef Text Highlights-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | MainRef Text Highlights |
ID | ndhejkeefhocjkedbfamoooolcejhocp |
Offizielle URL | https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp |
Beschreibung | MainRef AI automatic text highlight tool that enhances your reading experience |
Dateigröße | 152 KB |
Installationsanzahl | 71 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-12-04 |
Veröffentlichungsdatum | 2023-06-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | MainRef.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mainref.com |
URL der Datenschutzrichtlinien-Seite | https://mainref.com/privacy |
Unterstützte Sprachen | 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" } } |