Summarizer

Summarizes long articles for you.

What is Summarizer?

Summarizer is a Chrome extension developed by Nimeet Shah, and its main feature is "Summarizes long articles for you.".

Extension Screenshots

screenshot
screenshot

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

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

Extension Basic Information

Name Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
Official URL https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
Description Summarizes long articles for you.
File Size 62.66 KB
Installation Count 26
Current Version 1.3
Last Updated 2018-04-24
Publish Date 2018-04-24
Developer Nimeet Shah
Payment Type free
Extension Website https://www.buymeacoffee.com/nimeet
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}