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.”。
扩展截图
下载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 |
ID | flapomoagkbllphhhcikajjjahiklonl |
官方URL | 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 } |