MakeMySummary

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

Hvad er MakeMySummary?

MakeMySummary er en Chrome-udvidelse udviklet af https://makemysummary.com, og dens hovedfunktion er "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download MakeMySummary-udvidelses-CRX-fil

Download MakeMySummary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
Officiel URL https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
Beskrivelse Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Filstørrelse 25.69 KB
Antal Installationer 117
Nuværende Version 1.1
Senest Opdateret 2021-03-15
Udgivelsesdato 2021-03-10
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://makemysummary.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.makemysummary.com
Hjælpeside-URL https://www.makemysummary.com/support
URL til Fortrolighedspolitik Side https://www.makemysummary.com/privacy.html
Understøttede Sprog 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
}