Give Me Summary

Summarize any article with single click and share it with your friends

What is Give Me Summary?

Give Me Summary is a Chrome extension developed by https://givemesummary.com, and its main feature is "Summarize any article with single click and share it with your friends".

Extension Screenshots

screenshot
screenshot
screenshot

Download Give Me Summary Extension CRX File

Download Give Me Summary 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

                        Summarize any news article with single click, and share the bullet point summary with your friends.

If the article has an image, GiveMeSummary also generates visually appealing mobile-friendly summary page that you can share with your friends and co-workers.

Give it a try, and visit us at http://givemesummary.com for more info.

Comments are welcome at [email protected].

Thank you for trying GiveMeSummary.                    

Extension Basic Information

Name Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
Official URL https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
Description Summarize any article with single click and share it with your friends
File Size 12.98 KB
Installation Count 40
Current Version 1.0
Last Updated 2019-06-28
Publish Date 2019-06-28
Developer https://givemesummary.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Give Me Summary",
    "version": "1.0",
    "description": "Summarize any article with single click and share it with your friends",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "summarize.js"
        ]
    },
    "browser_action": {
        "default_icon": "givemesummary-48x48.png"
    },
    "icons": {
        "128": "givemesummary-128x128.png",
        "48": "givemesummary-48x48.png",
        "16": "givemesummary-16x16.png"
    },
    "manifest_version": 2
}