Summarly
Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
What is Summarly?
Summarly is a Chrome extension developed by Den_dp, and its main feature is "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".
Extension Screenshots
Download Summarly Extension CRX File
Download Summarly 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
Bored with wasting your time of too long articles with too little information? Summarly will help you to extract the most important part from the text. With one click, Summarly makes blog posts and articles compact, clean and easy to read. Summarly eliminates all distractions from your online reading experience. The project is open source. Support us with pull request. GItHub: https://github.com/enisher/summarly
Extension Basic Information
Name | Summarly |
ID | khdhlgoidbiofllmeagplhnhedghpodc |
Official URL | https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc |
Description | Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience |
File Size | 20.02 KB |
Installation Count | 126 |
Current Version | 0.0.3 |
Last Updated | 2014-09-15 |
Publish Date | 2014-09-15 |
Rating | 3.60/5 Total 5 Ratings |
Developer | Den_dp |
Payment Type | free |
Extension Website | https://github.com/enisher/summarly |
Help Page URL | https://github.com/enisher/summarly/issues |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarly", "browser_action": { "default_icon": "img\/icon-128.png", "default_title": "Click to summarize" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "img\/icon-19.png", "38": "img\/icon-38.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2, "description": "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience", "permissions": [ "http:\/\/summarly-api.herokuapp.com\/" ], "version": "0.0.3" } |