Summarize article
Plugin reads and summarizes the full article with a little help of OpenAi
Qu'est-ce que Summarize article ?
Summarize article est une extension Chrome développée par Shape Labs, et sa fonction principale est "Plugin reads and summarizes the full article with a little help of OpenAi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Summarize article
Téléchargez les fichiers d'extension Summarize article au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Summarize article |
ID | neaojoggfnkoimnhaedohmmignohhebh |
URL Officiel | https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh |
Description | Plugin reads and summarizes the full article with a little help of OpenAi |
Taille du Fichier | 463 KB |
Nombre d'Installations | 292 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-03-22 |
Date de Publication | 2023-02-23 |
Évaluation | 3.90/5 Total 10 Évaluations |
Développeur | Shape Labs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.articlesummarizer.co/ |
Langues Prises en Charge | 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:\/\/*\/" ] } |