Summarly

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

Hvad er Summarly?

Summarly er en Chrome-udvidelse udviklet af Den_dp, og dens hovedfunktion er "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Summarly-udvidelses-CRX-fil

Download Summarly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
Officiel URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Beskrivelse Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Filstørrelse 20.02 KB
Antal Installationer 126
Nuværende Version 0.0.3
Senest Opdateret 2014-09-15
Udgivelsesdato 2014-09-15
Bedømmelse 3.60/5 Samlet 5 Bedømmelser
Udvikler Den_dp
Betalingsmetode free
Udvidelseswebsted https://github.com/enisher/summarly
Hjælpeside-URL https://github.com/enisher/summarly/issues
Understøttede Sprog 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"
}