Frase - article summarizer

Summarize articles on the fly

Frase - article summarizer란 무엇입니까?

Frase - article summarizer은(는) https://frase.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize articles on the fly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Frase - article summarizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Increase your research productivity with real-time article summarization. Ideal for news and blogs. The extension also allows Frase users to save articles into their Frase folders.                    

확장 프로그램 기본 정보

이름 Frase - article summarizer Frase - article summarizer
ID mobjkenlpmdihldblcjpdondpjmmhiln
공식 URL https://chromewebstore.google.com/detail/frase-article-summarizer/mobjkenlpmdihldblcjpdondpjmmhiln
설명 Summarize articles on the fly
파일 크기 3.62 MB
설치 횟수 10,273
현재 버전 2.0.8
최근 업데이트 2022-06-22
출시 날짜 2020-04-07
평점 3.89/5 총 18 개의 평점
개발자 https://frase.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.frase.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Summarize articles on the fly",
    "version": "2.0.8",
    "manifest_version": 3,
    "name": "Frase - article summarizer",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/frase.io\/*",
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA234F1+QCjh9AwN7pCFTXrFMxcjpvfA3XAO7E6ziD6wCTUK4R0b+TWnR3HEuP\/x1Rd61LJgvQFjfc577IQ\/EZLQmH3xEgyx3nh3pstYnY\/q9raI0WrsijLCFJejL7QGo1lyOmV\/l+OALaA9RcMgoy0w\/LH8Zb82EdPiu3v+mFaK41BgbvQuxZKcRSiRFP79bVbURD84bgXmdzM0dKBCotuKVA1pP+UG8OhJDrLkbojhLKo54zQoNaPh7EQ5DbIw+yFXs5ZJl0GB3bPDt+n9NRpsCP2JBlhoPBdAeeVrspxMg06Szji9y86cPrGBhDxfSsBpEDP+AzhYKc+At8+aZhYQIDAQAB",
    "homepage_url": "http:\/\/frase.io"
}