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 |
Eメール | [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 } |