MakeMySummary

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

What is MakeMySummary?

MakeMySummary is a Chrome extension developed by https://makemysummary.com, and its main feature is "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".

Extension Screenshots

screenshot
screenshot
screenshot

Download MakeMySummary Extension CRX File

Download MakeMySummary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
Official URL https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
Description Summarize videos, podcasts, blogs, webpages, text and PDF Files.
File Size 25.69 KB
Installation Count 117
Current Version 1.1
Last Updated 2021-03-15
Publish Date 2021-03-10
Rating 1.00/5 Total 1 Ratings
Developer https://makemysummary.com
Email [email protected]
Payment Type free
Extension Website https://www.makemysummary.com
Help Page URL https://www.makemysummary.com/support
Privacy Policy Page URL https://www.makemysummary.com/privacy.html
Supported Languages 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
}