MainRef Text Highlights

MainRef AI automatic text highlight tool that enhances your reading experience

O que é MainRef Text Highlights?

MainRef Text Highlights é uma extensão do Chrome desenvolvida por MainRef.com, e sua principal característica é "MainRef AI automatic text highlight tool that enhances your reading experience".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MainRef Text Highlights

Baixe arquivos de extensão MainRef Text Highlights no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MainRef Text Highlights MainRef Text Highlights
ID ndhejkeefhocjkedbfamoooolcejhocp
URL Oficial https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp
Descrição MainRef AI automatic text highlight tool that enhances your reading experience
Tamanho do Arquivo 152 KB
Contagem de Instalações 71
Versão Atual 1.2.0
Última Atualização 2023-12-04
Data de Publicação 2023-06-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor MainRef.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mainref.com
URL da Página de Política de Privacidade https://mainref.com/privacy
Idiomas Suportados 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"
    }
}