Summarize article
Plugin reads and summarizes the full article with a little help of OpenAi
Τι είναι το Summarize article;
Το Summarize article είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shape Labs, και η κύρια λειτουργία του είναι "Plugin reads and summarizes the full article with a little help of OpenAi".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Summarize article
Λήψη αρχείων επέκτασης Summarize article σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | neaojoggfnkoimnhaedohmmignohhebh |
| Επίσημο URL | https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh |
| Περιγραφή | Plugin reads and summarizes the full article with a little help of OpenAi |
| Μέγεθος Αρχείου | 463 KB |
| Αριθμός Εγκαταστάσεων | 292 |
| Τρέχουσα Έκδοση | 1.2.0 |
| Τελευταία Ενημέρωση | 2023-03-22 |
| Ημερομηνία Δημοσίευσης | 2023-02-23 |
| Αξιολόγηση | 3.90/5 Συνολικά 10 Αξιολογήσεις |
| Προγραμματιστής | Shape Labs |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.articlesummarizer.co/ |
| Υποστηριζόμενες Γλώσσες | 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:\/\/*\/"
]
} | |