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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}