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.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
官方網址 | 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" } |