MakeMySummary

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

Vad är MakeMySummary?

MakeMySummary är en Chrome-tillägg utvecklad av https://makemysummary.com, och dess huvudfunktion är "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner MakeMySummary-förlängningens CRX-fil

Ladda ner MakeMySummary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
Officiell webbadress https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
Beskrivning Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Filstorlek 25.69 KB
Antal Installationer 117
Aktuell Version 1.1
Senast Uppdaterad 2021-03-15
Publiceringsdatum 2021-03-10
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://makemysummary.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.makemysummary.com
Hjälpsida URL https://www.makemysummary.com/support
URL till Sekretesspolicy Sidan https://www.makemysummary.com/privacy.html
Stödda Språk 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
}