Give Me Summary
Summarize any article with single click and share it with your friends
Give Me Summaryとは何ですか?
Give Me Summaryはhttps://givemesummary.comによって開発されたChromeの拡張機能で、その主な機能は「Summarize any article with single click and share it with your friends」です。
拡張機能のスクリーンショット
Give Me Summary拡張機能のCRXファイルをダウンロード
Give Me Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Summarize any news article with single click, and share the bullet point summary with your friends. If the article has an image, GiveMeSummary also generates visually appealing mobile-friendly summary page that you can share with your friends and co-workers. Give it a try, and visit us at http://givemesummary.com for more info. Comments are welcome at [email protected]. Thank you for trying GiveMeSummary.
拡張機能の基本情報
名前 | Give Me Summary |
ID | glianhadahahpcjjliajdllcmckcnjgh |
公式URL | https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh |
説明 | Summarize any article with single click and share it with your friends |
ファイルサイズ | 12.98 KB |
インストール数 | 40 |
現在のバージョン | 1.0 |
最終更新日 | 2019-06-28 |
公開日 | 2019-06-28 |
開発者 | https://givemesummary.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Give Me Summary", "version": "1.0", "description": "Summarize any article with single click and share it with your friends", "permissions": [ "tabs" ], "background": { "scripts": [ "summarize.js" ] }, "browser_action": { "default_icon": "givemesummary-48x48.png" }, "icons": { "128": "givemesummary-128x128.png", "48": "givemesummary-48x48.png", "16": "givemesummary-16x16.png" }, "manifest_version": 2 } |