Frase - article summarizer

Summarize articles on the fly

Frase - article summarizer là gì?

Frase - article summarizer là một tiện ích mở rộng Chrome được phát triển bởi https://frase.io, và tính năng chính của nó là "Summarize articles on the fly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Frase - article summarizer

Tải xuống các tệp mở rộng Frase - article summarizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Frase - article summarizer Frase - article summarizer
ID mobjkenlpmdihldblcjpdondpjmmhiln
URL Chính Thức https://chromewebstore.google.com/detail/frase-article-summarizer/mobjkenlpmdihldblcjpdondpjmmhiln
Mô tả Summarize articles on the fly
Kích Thước Tệp 3.62 MB
Số Lần Cài Đặt 10,273
Phiên Bản Hiện Tại 2.0.8
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2020-04-07
Đánh Giá 3.89/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://frase.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.frase.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}