Give Me Summary

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

Was ist Give Me Summary?

Give Me Summary ist eine Chrome-Erweiterung, die von https://givemesummary.com entwickelt wurde, und ihr Hauptmerkmal ist "Summarize any article with single click and share it with your friends".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Give Me Summary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Give Me Summary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
Offizielle URL https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
Beschreibung Summarize any article with single click and share it with your friends
Dateigröße 12.98 KB
Installationsanzahl 40
Aktuelle Version 1.0
Letztes Update 2019-06-28
Veröffentlichungsdatum 2019-06-28
Entwickler https://givemesummary.com
Zahlungsart free
Unterstützte Sprachen 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
}