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”。

扩展截图

screenshot

下载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 MainRef Text Highlights
ID ndhejkeefhocjkedbfamoooolcejhocp
官方URL 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"
    }
}