Give Me Summary

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

O que é Give Me Summary?

Give Me Summary é uma extensão do Chrome desenvolvida por https://givemesummary.com, e sua principal característica é "Summarize any article with single click and share it with your friends".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Give Me Summary

Baixe arquivos de extensão Give Me Summary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
URL Oficial https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
Descrição Summarize any article with single click and share it with your friends
Tamanho do Arquivo 12.98 KB
Contagem de Instalações 40
Versão Atual 1.0
Última Atualização 2019-06-28
Data de Publicação 2019-06-28
Desenvolvedor https://givemesummary.com
Tipo de Pagamento free
Idiomas Suportados 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
}