MakeMySummary
Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Was ist MakeMySummary?
MakeMySummary ist eine Chrome-Erweiterung, die von https://makemysummary.com entwickelt wurde, und ihr Hauptmerkmal ist "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".
Erweiterungsscreenshots
MakeMySummary-Erweiterungs-CRX-Datei herunterladen
Laden Sie MakeMySummary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | flapomoagkbllphhhcikajjjahiklonl | 
| Offizielle URL | https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl | 
| Beschreibung | Summarize videos, podcasts, blogs, webpages, text and PDF Files. | 
| Dateigröße | 25.69 KB | 
| Installationsanzahl | 117 | 
| Aktuelle Version | 1.1 | 
| Letztes Update | 2021-03-15 | 
| Veröffentlichungsdatum | 2021-03-10 | 
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | https://makemysummary.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.makemysummary.com | 
| Hilfeseite URL | https://www.makemysummary.com/support | 
| URL der Datenschutzrichtlinien-Seite | https://www.makemysummary.com/privacy.html | 
| Unterstützte Sprachen | 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
}  |  |