快读

文摘,摘要抽取

快读란 무엇입니까?

快读은(는) https://www.wssummary.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "文摘,摘要抽取"입니다.

확장 프로그램 스크린샷

screenshot

快读 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 快读 快读
ID nfidmhafkijgbeohmgglakglgokeciil
공식 URL https://chromewebstore.google.com/detail/%E5%BF%AB%E8%AF%BB/nfidmhafkijgbeohmgglakglgokeciil
설명 文摘,摘要抽取
파일 크기 1.18 MB
설치 횟수 1,265
현재 버전 1.34
최근 업데이트 2014-11-08
출시 날짜 2014-11-07
평점 5.00/5 총 1 개의 평점
개발자 https://www.wssummary.net
결제 유형 free
지원되는 언어 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"
    ]
}