Summarize (ChatGPT and Bard)
Chrome extension adding a right-click option 'Summarize' to get text summaries using ChatGPT or Bard.
O que é Summarize (ChatGPT and Bard)?
Summarize (ChatGPT and Bard) é uma extensão do Chrome desenvolvida por https://www.joelbooks.com, e sua principal característica é "Chrome extension adding a right-click option 'Summarize' to get text summaries using ChatGPT or Bard.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Summarize (ChatGPT and Bard)
Baixe arquivos de extensão Summarize (ChatGPT and Bard) 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
This extension adds a right-click option when a text selected on any webpage. After clicking 'Summarize' the extension redirects to ChatGPT or Google Bard and enters the selected text to the AI engine and initiates the request. This way you may only read the short, summarized content, which will make your life much easier. In settings (Clicking the Extension link in Extension toolbar), you can toggle or set: ✅ Summarize with ChatGPT (Context Menu) ✅ Summarize with Google Bard (Context Menu) ✅ Get PI Prompts Chrome Extension link (Context Menu) ⚙️ Desired length of the summarized text (one line, one paragraph, two paragraphs or three paragraphs) 📢 Summarize is more powerful with 'PI Prompts' free extension, which adds a right hand side panel to ChatGPT or Google Bard to access your prompt library. Please note that currently there are the following input character limits: - ChatGPT: 10,000 characters (~2,000 words) - Google Bard: 4,000 characters (~800 words) This extension cuts the selected text at the maximum input limit, to avoid any error in the LLMs.
Informações Básicas da Extensão
Nome | Summarize (ChatGPT and Bard) |
ID | caicahkimjnhcepnhnipgbcbigdpeifi |
URL Oficial | https://chromewebstore.google.com/detail/summarize-chatgpt-and-bar/caicahkimjnhcepnhnipgbcbigdpeifi |
Descrição | Chrome extension adding a right-click option 'Summarize' to get text summaries using ChatGPT or Bard. |
Tamanho do Arquivo | 23.7 KB |
Contagem de Instalações | 1,560 |
Versão Atual | 2.1.4 |
Última Atualização | 2023-12-13 |
Data de Publicação | 2023-02-28 |
Classificação | 3.33/5 Total de 9 Avaliações |
Desenvolvedor | https://www.joelbooks.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://joelbooks.com/contact/ |
URL da Página de Política de Privacidade | https://joelbooks.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summarize (ChatGPT and Bard)", "description": "Chrome extension adding a right-click option 'Summarize' to get text summaries using ChatGPT or Bard.", "version": "2.1.4", "permissions": [ "scripting", "activeTab", "contextMenus", "storage", "unlimitedStorage", "management" ], "host_permissions": [ " |