Summarize article
Plugin reads and summarizes the full article with a little help of OpenAi
Cos'è Summarize article?
Summarize article è un'estensione di Chrome sviluppata da Shape Labs, e la sua funzione principale è "Plugin reads and summarizes the full article with a little help of OpenAi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Summarize article
Scarica i file di estensione Summarize article 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | neaojoggfnkoimnhaedohmmignohhebh |
| URL Ufficiale | https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh |
| Descrizione | Plugin reads and summarizes the full article with a little help of OpenAi |
| Dimensione del File | 463 KB |
| Conteggio Installazioni | 292 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2023-03-22 |
| Data di Pubblicazione | 2023-02-23 |
| Valutazione | 3.90/5 Totale 10 Valutazioni |
| Sviluppatore | Shape Labs |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.articlesummarizer.co/ |
| Lingue Supportate | 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:\/\/*\/"
]
} | |