MakeMySummary
Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Qu'est-ce que MakeMySummary ?
MakeMySummary est une extension Chrome développée par https://makemysummary.com, et sa fonction principale est "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MakeMySummary
Téléchargez les fichiers d'extension MakeMySummary 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
MakeMySummary condenses information to the most critical points. You can summarize: - videos, podcasts from various sources - webpages on the current tab - selected text and links on a webpage Signup for a free account and start summarizing.
Informations de Base sur l'Extension
Nom | MakeMySummary |
ID | flapomoagkbllphhhcikajjjahiklonl |
URL Officiel | https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl |
Description | Summarize videos, podcasts, blogs, webpages, text and PDF Files. |
Taille du Fichier | 25.69 KB |
Nombre d'Installations | 117 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-03-15 |
Date de Publication | 2021-03-10 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://makemysummary.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.makemysummary.com |
URL de la Page d'Aide | https://www.makemysummary.com/support |
URL de la Page de Politique de Confidentialité | https://www.makemysummary.com/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MakeMySummary", "version": "1.1", "description": "Summarize videos, podcasts, blogs, webpages, text and PDF Files.", "permissions": [ "storage", "tabs", "contextMenus", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.16.png", "32": "images\/logo.32.png", "48": "images\/logo.48.png", "128": "images\/logo.128.png" }, "default_title": "MakeMySummary - Summarize videos, podcasts, blogs, webpages, text and PDF Files" }, "icons": { "16": "images\/logo.16.png", "32": "images\/logo.32.png", "48": "images\/logo.48.png", "128": "images\/logo.128.png" }, "manifest_version": 2 } |