Summarize article
Plugin reads and summarizes the full article with a little help of OpenAi
O que é Summarize article?
Summarize article é uma extensão do Chrome desenvolvida por Shape Labs, e sua principal característica é "Plugin reads and summarizes the full article with a little help of OpenAi".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Summarize article
Baixe arquivos de extensão Summarize article 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
Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it. Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.
Informações Básicas da Extensão
Nome | Summarize article |
ID | neaojoggfnkoimnhaedohmmignohhebh |
URL Oficial | https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh |
Descrição | Plugin reads and summarizes the full article with a little help of OpenAi |
Tamanho do Arquivo | 463 KB |
Contagem de Instalações | 292 |
Versão Atual | 1.2.0 |
Última Atualização | 2023-03-22 |
Data de Publicação | 2023-02-23 |
Classificação | 3.90/5 Total de 10 Avaliações |
Desenvolvedor | Shape Labs |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.articlesummarizer.co/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summarize article", "description": "Plugin reads and summarizes the full article with a little help of OpenAi", "version": "1.2.0", "action": { "default_popup": "index.html", "default_title": "Summarize article" }, "icons": { "16": "read-article.png", "48": "read-article.png", "128": "read-article.png" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/" ] } |