快读

文摘,摘要抽取

What is 快读?

快读 is a Chrome extension developed by https://www.wssummary.net, and its main feature is "文摘,摘要抽取".

Extension Screenshots

screenshot

Download 快读 Extension CRX File

Download 快读 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        快读 - 帮助用户快速阅读长新闻,长文章。
1. 智能获取网页全文并提取精华,帮助用户快速阅读新闻。
2. 可以设定自己的摘要精华长度,百分比;
3. 可以分享摘要到新浪,腾讯微博 。                    

Extension Basic Information

Name 快读 快读
ID nfidmhafkijgbeohmgglakglgokeciil
Official URL https://chromewebstore.google.com/detail/%E5%BF%AB%E8%AF%BB/nfidmhafkijgbeohmgglakglgokeciil
Description 文摘,摘要抽取
File Size 1.18 MB
Installation Count 1,265
Current Version 1.34
Last Updated 2014-11-08
Publish Date 2014-11-07
Rating 5.00/5 Total 1 Ratings
Developer https://www.wssummary.net
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5feb\u8bfb",
    "description": "\u6587\u6458\uff0c\u6458\u8981\u62bd\u53d6",
    "version": "1.34",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "\u5feb\u8bfb",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.google.com\/",
        "http:\/\/*\/",
        "tabs"
    ]
}