QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
O que é QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web! é uma extensão do Chrome desenvolvida por Tareq Rafed, e sua principal característica é "QuickRead is an Extension to summarize highlighted text on the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QuickRead | AI to Summarize Text on Web!
Baixe arquivos de extensão QuickRead | AI to Summarize Text on Web! 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
Highlight text and get it summarized Features: * Simple UI to get your text on the fly (Just by highlighting it) * Supports: English, German, Arabic (Classical) * Uses GPT-3 model * 100% Free * Adjustable configuration for the responses
Informações Básicas da Extensão
Nome | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
URL Oficial | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Descrição | QuickRead is an Extension to summarize highlighted text on the web. |
Tamanho do Arquivo | 110 KB |
Contagem de Instalações | 78 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-02-14 |
Data de Publicação | 2023-02-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Tareq Rafed |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuickRead | AI to Summarize Text on Web!", "version": "0.0.1", "description": "QuickRead is an Extension to summarize highlighted text on the web.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |