Give Me Summary

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

Qu'est-ce que Give Me Summary ?

Give Me Summary est une extension Chrome développée par https://givemesummary.com, et sa fonction principale est "Summarize any article with single click and share it with your friends".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Give Me Summary

Téléchargez les fichiers d'extension Give Me Summary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
URL Officiel https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
Description Summarize any article with single click and share it with your friends
Taille du Fichier 12.98 KB
Nombre d'Installations 40
Version Actuelle 1.0
Dernière Mise à Jour 2019-06-28
Date de Publication 2019-06-28
Développeur https://givemesummary.com
Type de Paiement free
Langues Prises en Charge 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
}