Right-Click Summarizy
Quickly summarize ther website via right-click
What is Right-Click Summarizy?
Right-Click Summarizy is a Chrome extension developed by http://summarizy.com, and its main feature is "Quickly summarize ther website via right-click".
Extension Screenshots
Download Right-Click Summarizy Extension CRX File
Download Right-Click Summarizy 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
Summarizy - summarizes the website to concise conclusion. With this extension one can quickly summarizes the website content, news or articles. Drastically saves your time by providing you with conclusion of the content. In short just right click and read the conclusion of current website.
Extension Basic Information
Name | |
ID | enfcembamicojafloinemoipiibdifjm |
Official URL | https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm |
Description | Quickly summarize ther website via right-click |
File Size | 26.27 KB |
Installation Count | 134 |
Current Version | 1.0 |
Last Updated | 2015-07-31 |
Publish Date | 2015-07-31 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://summarizy.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "core.js" ] }, "description": "Quickly summarize ther website via right-click", "icons": { "16": "wikipedia-icon.png", "48": "wikipedia-icon-big.png" }, "manifest_version": 2, "name": "Right-Click Summarizy", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |