Give Me Summary

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

Cos'è Give Me Summary?

Give Me Summary è un'estensione di Chrome sviluppata da https://givemesummary.com, e la sua funzione principale è "Summarize any article with single click and share it with your friends".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Give Me Summary

Scarica i file di estensione Give Me Summary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
URL Ufficiale https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
Descrizione Summarize any article with single click and share it with your friends
Dimensione del File 12.98 KB
Conteggio Installazioni 40
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-28
Data di Pubblicazione 2019-06-28
Sviluppatore https://givemesummary.com
Tipo di Pagamento free
Lingue Supportate 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
}