TextTeaser Browser Extension

TextTeaser Extension allows you to summarize web articles easily with just a single click.

Что такое TextTeaser Browser Extension?

TextTeaser Browser Extension - это расширение Chrome, разработанное https://textteaser.com, и его основная функция - "TextTeaser Extension allows you to summarize web articles easily with just a single click.".

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

screenshot

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

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

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

                        TextTeaser Extension allows you to summarize web articles easily.

This extension is not a replacement for the article. Although, TextTeaser can save your time by checking the summary first to determine if it's interesting before reading the entire article.

Features:

- One click summary
- View summary as a list or in paragraph form
- Adjustable summary length
- Unobtrusive reading experience
- And it's free!                    

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

Название TextTeaser Browser Extension TextTeaser Browser Extension
ID fbojgdgmgpmmjhipfcjnkgmafcomfngh
Официальный URL https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh
Описание TextTeaser Extension allows you to summarize web articles easily with just a single click.
Размер файла 180 KB
Количество установок 3,000
Текущая Версия 0.3
Последнее Обновление 2015-05-24
Дата публикации 2015-05-24
Рейтинг 4.00/5 Всего 8 оценок
Разработчик https://textteaser.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextTeaser Browser Extension",
    "version": "0.3",
    "description": "TextTeaser Extension allows you to summarize web articles easily with just a single click.",
    "icons": {
        "16": "assets\/icons\/logo16.png",
        "32": "assets\/icons\/logo32.png",
        "48": "assets\/icons\/logo48.png",
        "128": "assets\/icons\/logo128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/logo16.png",
        "default_popup": "popup.html"
    },
    "author": "DataTeaser",
    "permissions": [
        "http:\/\/textteaser.com\/",
        "http:\/\/127.0.0.1:5000\/",
        "http:\/\/www.textteaser.com\/",
        "tabs"
    ],
    "homepage_url": "http:\/\/www.textteaser.com\/",
    "short_name": "TextTeaser"
}