MakeMySummary

Summarize videos, podcasts, blogs, webpages, text and PDF Files.

Wat is MakeMySummary?

MakeMySummary is een Chrome-extensie ontwikkeld door https://makemysummary.com, en de belangrijkste functie is "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MakeMySummary

Download MakeMySummary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
Officiële URL https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
Beschrijving Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Bestandsgrootte 25.69 KB
Aantal Installaties 117
Huidige Versie 1.1
Laatst Bijgewerkt 2021-03-15
Publicatiedatum 2021-03-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://makemysummary.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.makemysummary.com
Help Pagina-URL https://www.makemysummary.com/support
URL van de Privacybeleid Pagina https://www.makemysummary.com/privacy.html
Ondersteunde Talen 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
}