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 } |