MakeMySummary

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

什麼是MakeMySummary?

MakeMySummary是由https://makemysummary.com開發的Chrome擴展程式,該擴展的主要功能是“Summarize videos, podcasts, blogs, webpages, text and PDF Files.”。

擴展截圖

screenshot
screenshot
screenshot

下載MakeMySummary擴展crx文件

下載MakeMySummary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 MakeMySummary MakeMySummary
ID flapomoagkbllphhhcikajjjahiklonl
官方網址 https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl
簡介 Summarize videos, podcasts, blogs, webpages, text and PDF Files.
檔案大小 25.69 KB
安裝次數 117
目前版本 1.1
更新時間 2021-03-15
上架時間 2021-03-10
評分 1.00/5 共 1 次評分
開發者 https://makemysummary.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.makemysummary.com
說明頁面URL https://www.makemysummary.com/support
隱私政策頁面URL https://www.makemysummary.com/privacy.html
支援的語言 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
}