MakeMySummary
Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Cos'è MakeMySummary?
MakeMySummary è un'estensione di Chrome sviluppata da https://makemysummary.com, e la sua funzione principale è "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MakeMySummary
Scarica i file di estensione MakeMySummary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MakeMySummary |
ID | flapomoagkbllphhhcikajjjahiklonl |
URL Ufficiale | https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl |
Descrizione | Summarize videos, podcasts, blogs, webpages, text and PDF Files. |
Dimensione del File | 25.69 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-03-15 |
Data di Pubblicazione | 2021-03-10 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://makemysummary.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.makemysummary.com |
URL della Pagina di Aiuto | https://www.makemysummary.com/support |
URL della Pagina della Politica sulla Privacy | https://www.makemysummary.com/privacy.html |
Lingue Supportate | 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 } |