SummarLight
Highlights the most important parts of articles!
什么是SummarLight?
SummarLight是由steamata.ai开发的Chrome扩展程序,该扩展的主要功能是“Highlights the most important parts of articles!”。
扩展截图
下载SummarLight扩展crx文件
下载SummarLight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!
扩展基本信息
名称 | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
官方URL | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
简介 | Highlights the most important parts of articles! |
文件大小 | 113 KB |
安装次数 | 396 |
当前版本 | 0.7.4 |
更新时间 | 2019-03-26 |
上架时间 | 2019-03-26 |
评分 | 1.00/5 共1次评分 |
开发者 | steamata.ai |
付费类型 | free |
扩展官网 | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SummarLight", "version": "0.7.4", "permissions": [ "activeTab", "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary" ], "description": "Highlights the most important parts of articles!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Highlight the most important parts", "default_popup": "popup.html" } } |