MainRef Text Highlights
MainRef AI automatic text highlight tool that enhances your reading experience
什麼是MainRef Text Highlights?
MainRef Text Highlights是由MainRef.com開發的Chrome擴展程式,該擴展的主要功能是“MainRef AI automatic text highlight tool that enhances your reading experience”。
擴展截圖
下載MainRef Text Highlights擴展crx文件
下載MainRef Text Highlights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | MainRef Text Highlights |
ID | ndhejkeefhocjkedbfamoooolcejhocp |
官方網址 | https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp |
簡介 | MainRef AI automatic text highlight tool that enhances your reading experience |
檔案大小 | 152 KB |
安裝次數 | 71 |
目前版本 | 1.2.0 |
更新時間 | 2023-12-04 |
上架時間 | 2023-06-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | MainRef.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mainref.com |
隱私政策頁面URL | https://mainref.com/privacy |
支援的語言 | 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" } } |