MainRef Text Highlights

MainRef AI automatic text highlight tool that enhances your reading experience

Co to jest MainRef Text Highlights?

MainRef Text Highlights to rozszerzenie Chrome opracowane przez MainRef.com, a jego główną funkcją jest „MainRef AI automatic text highlight tool that enhances your reading experience”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MainRef Text Highlights

Pobierz pliki rozszerzeń MainRef Text Highlights w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MainRef Text Highlights MainRef Text Highlights
ID ndhejkeefhocjkedbfamoooolcejhocp
Oficjalny URL https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp
Opis MainRef AI automatic text highlight tool that enhances your reading experience
Rozmiar pliku 152 KB
Liczba instalacji 71
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-12-04
Data Publikacji 2023-06-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper MainRef.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mainref.com
Adres URL Strony Polityki Prywatności https://mainref.com/privacy
Obsługiwane Języki 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"
    }
}