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