TextTeaser Browser Extension

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

什么是TextTeaser Browser Extension?

TextTeaser Browser Extension是由https://textteaser.com开发的Chrome扩展程序,该扩展的主要功能是“TextTeaser Extension allows you to summarize web articles easily with just a single click.”。

扩展截图

screenshot

下载TextTeaser Browser Extension扩展crx文件

下载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"
}