MainRef Text Highlights

MainRef AI automatic text highlight tool that enhances your reading experience

Cos'è MainRef Text Highlights?

MainRef Text Highlights è un'estensione di Chrome sviluppata da MainRef.com, e la sua funzione principale è "MainRef AI automatic text highlight tool that enhances your reading experience".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MainRef Text Highlights

Scarica i file di estensione MainRef Text Highlights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MainRef Text Highlights MainRef Text Highlights
ID ndhejkeefhocjkedbfamoooolcejhocp
URL Ufficiale https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp
Descrizione MainRef AI automatic text highlight tool that enhances your reading experience
Dimensione del File 152 KB
Conteggio Installazioni 71
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-12-04
Data di Pubblicazione 2023-06-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore MainRef.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mainref.com
URL della Pagina della Politica sulla Privacy https://mainref.com/privacy
Lingue Supportate 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"
    }
}