Summarly

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

Co je Summarly?

Summarly je rozšíření Chrome vyvinuté Den_dp, a jeho hlavní funkcí je „Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Summarly

Stáhněte si soubory rozšíření Summarly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
Oficiální URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Popis Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Velikost souboru 20.02 KB
Počet instalací 126
Aktuální Verze 0.0.3
Poslední Aktualizace 2014-09-15
Datum Vydání 2014-09-15
Hodnocení 3.60/5 Celkem 5 Hodnocení
Vývojář Den_dp
Typ Platby free
Webové stránky Rozšíření https://github.com/enisher/summarly
URL Stránky Nápovědy https://github.com/enisher/summarly/issues
Podporované Jazyky 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"
}