Summarize the Internet
Displays a summary of the text or article on the current page.
Qu'est-ce que Summarize the Internet ?
Summarize the Internet est une extension Chrome développée par Don Patrick, et sa fonction principale est "Displays a summary of the text or article on the current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Summarize the Internet
Téléchargez les fichiers d'extension Summarize the Internet 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
Clicking the taskbar button will summarize the current page in a popup. Text is typically reduced to 50-20%, depending on how much valuable information it contains. This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides. (Also available for Firefox)
Informations de Base sur l'Extension
Nom | Summarize the Internet |
ID | hiilcnldmlehobiillipbcdkhkfbigfk |
URL Officiel | https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk |
Description | Displays a summary of the text or article on the current page. |
Taille du Fichier | 57.46 KB |
Nombre d'Installations | 3,711 |
Version Actuelle | 1.9.0 |
Dernière Mise à Jour | 2022-05-08 |
Date de Publication | 2020-03-17 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Don Patrick |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://artistdetective.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Summarize the Internet", "version": "1.9.0", "description": "Displays a summary of the text or article on the current page.", "author": "Patrick Dhondt", "developer": { "name": "Patrick Dhondt", "url": "https:\/\/artistdetective.wordpress.com" }, "permissions": [ "activeTab" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "browser_style": true, "default_icon": "icons\/icon32.png", "default_title": "Summarize page", "default_popup": "summarise.htm" } } |