Summarly

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

Wat is Summarly?

Summarly is een Chrome-extensie ontwikkeld door Den_dp, en de belangrijkste functie is "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Summarly

Download Summarly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
Officiële URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Beschrijving Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Bestandsgrootte 20.02 KB
Aantal Installaties 126
Huidige Versie 0.0.3
Laatst Bijgewerkt 2014-09-15
Publicatiedatum 2014-09-15
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Den_dp
Betalingswijze free
Extensiewebsite https://github.com/enisher/summarly
Help Pagina-URL https://github.com/enisher/summarly/issues
Ondersteunde Talen 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"
}