Summarize

Display a summary for the article on the current page

Cos'è Summarize?

Summarize è un'estensione di Chrome sviluppata da Petrix, e la sua funzione principale è "Display a summary for the article on the current page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Summarize

Scarica i file di estensione Summarize 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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

Informazioni di Base sull'Estensione

Nome Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
URL Ufficiale https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
Descrizione Display a summary for the article on the current page
Dimensione del File 17.83 KB
Conteggio Installazioni 203
Versione Corrente 1.0
Ultimo Aggiornamento 2016-06-27
Data di Pubblicazione 2016-06-27
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Petrix
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/petre2dor/summarizeChromeExtension
URL della Pagina di Aiuto https://github.com/petre2dor/summarizeChromeExtension/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}