Summarly

Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience

Cos'è Summarly?

Summarly è un'estensione di Chrome sviluppata da Den_dp, e la sua funzione principale è "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Summarly

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

                        Bored with wasting your time of too long articles with too little information? Summarly will help you to extract the most important part from the text.
With one click, Summarly makes blog posts and articles compact, clean and easy to read. Summarly eliminates all distractions from your online reading experience.

The project is open source. Support us with pull request.
GItHub: https://github.com/enisher/summarly                    

Informazioni di Base sull'Estensione

Nome Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
URL Ufficiale https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Descrizione Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Dimensione del File 20.02 KB
Conteggio Installazioni 126
Versione Corrente 0.0.3
Ultimo Aggiornamento 2014-09-15
Data di Pubblicazione 2014-09-15
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore Den_dp
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/enisher/summarly
URL della Pagina di Aiuto https://github.com/enisher/summarly/issues
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarly",
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Click to summarize"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience",
    "permissions": [
        "http:\/\/summarly-api.herokuapp.com\/"
    ],
    "version": "0.0.3"
}