SummarLight
Highlights the most important parts of articles!
What is SummarLight?
SummarLight is a Chrome extension developed by steamata.ai, and its main feature is "Highlights the most important parts of articles!".
Extension Screenshots
Download SummarLight Extension CRX File
Download SummarLight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
Official URL | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
Description | Highlights the most important parts of articles! |
File Size | 113 KB |
Installation Count | 396 |
Current Version | 0.7.4 |
Last Updated | 2019-03-26 |
Publish Date | 2019-03-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | steamata.ai |
Payment Type | free |
Extension Website | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
Supported Languages | 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" } } |