Summarize article
Plugin reads and summarizes the full article with a little help of OpenAi
Hvad er Summarize article?
Summarize article er en Chrome-udvidelse udviklet af Shape Labs, og dens hovedfunktion er "Plugin reads and summarizes the full article with a little help of OpenAi".
Udvidelsesskærmbilleder
Download Summarize article-udvidelses-CRX-fil
Download Summarize article-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | neaojoggfnkoimnhaedohmmignohhebh |
| Officiel URL | https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh |
| Beskrivelse | Plugin reads and summarizes the full article with a little help of OpenAi |
| Filstørrelse | 463 KB |
| Antal Installationer | 292 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2023-03-22 |
| Udgivelsesdato | 2023-02-23 |
| Bedømmelse | 3.90/5 Samlet 10 Bedømmelser |
| Udvikler | Shape Labs |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.articlesummarizer.co/ |
| Understøttede Sprog | 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:\/\/*\/"
]
} | |