Summarly

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

Что такое Summarly?

Summarly - это расширение Chrome, разработанное Den_dp, и его основная функция - "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Summarly

Скачайте файлы расширений Summarly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
Официальный URL https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
Описание Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
Размер файла 20.02 KB
Количество установок 126
Текущая Версия 0.0.3
Последнее Обновление 2014-09-15
Дата публикации 2014-09-15
Рейтинг 3.60/5 Всего 5 оценок
Разработчик Den_dp
Тип оплаты free
Официальный сайт расширения https://github.com/enisher/summarly
URL страницы помощи https://github.com/enisher/summarly/issues
Поддерживаемые языки 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"
}