Summarly

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

Was ist Summarly?

Summarly ist eine Chrome-Erweiterung, die von Den_dp entwickelt wurde, und ihr Hauptmerkmal ist "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Summarly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Summarly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
Offizielle URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Beschreibung Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Dateigröße 20.02 KB
Installationsanzahl 126
Aktuelle Version 0.0.3
Letztes Update 2014-09-15
Veröffentlichungsdatum 2014-09-15
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler Den_dp
Zahlungsart free
Erweiterungswebsite https://github.com/enisher/summarly
Hilfeseite URL https://github.com/enisher/summarly/issues
Unterstützte Sprachen 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"
}