Summarize

Display a summary for the article on the current page

What is Summarize?

Summarize is a Chrome extension developed by Petrix, and its main feature is "Display a summary for the article on the current page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Summarize Extension CRX File

Download Summarize 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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

Extension Basic Information

Name Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
Official URL https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
Description Display a summary for the article on the current page
File Size 17.83 KB
Installation Count 203
Current Version 1.0
Last Updated 2016-06-27
Publish Date 2016-06-27
Rating 1.00/5 Total 1 Ratings
Developer Petrix
Email [email protected]
Payment Type free
Extension Website https://github.com/petre2dor/summarizeChromeExtension
Help Page URL https://github.com/petre2dor/summarizeChromeExtension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}