Summarizer

Summarize the current page

What is Summarizer?

Summarizer is a Chrome extension developed by mirandachaiken, and its main feature is "Summarize the current page".

Extension Screenshots

Download Summarizer Extension CRX File

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

                        Read only the most important paragraphs of long articles and save important summaries in your account to read later                    

Extension Basic Information

Name Summarizer Summarizer
ID dmbibehpblbnkacpmiecigdkcomfkhkm
Official URL https://chrome.google.com/webstore/detail/summarizer/dmbibehpblbnkacpmiecigdkcomfkhkm
Description Summarize the current page
File Size 24.55 KB
Installation Count 156
Current Version 3.0
Last Updated 2015-07-29
Publish Date 2015-07-29
Rating 1.00/5 Total 2 Ratings
Developer mirandachaiken
Payment Type free
Extension Website http://104.236.53.73/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarize the current page",
    "version": "3.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Summarizer"
    },
    "manifest_version": 2
}