Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

什麼是Summarize article?

Summarize article是由Shape Labs開發的Chrome擴展程式,該擴展的主要功能是“Plugin reads and summarizes the full article with a little help of OpenAi”。

擴展截圖

screenshot

下載Summarize article擴展crx文件

下載Summarize article擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Article Summarizer enables you to summarise any web article with a click. Article Summarizer uses AI to analyze the article and return a "tdlr" version of it.

Summarize any article into concise, easy-to-digest content to free yourself from information overload. Time is precious and not all articles are valuable. Save time and read more articles by summarising them. 

This is a free plugin - Every user gets 15 free tokens! Additional tokens can be purchased inside the plugin. Tokens are used for covering the cost of AI.                    

擴展基本資訊

名稱 Summarize article Summarize article
ID neaojoggfnkoimnhaedohmmignohhebh
官方網址 https://chromewebstore.google.com/detail/summarize-article/neaojoggfnkoimnhaedohmmignohhebh
簡介 Plugin reads and summarizes the full article with a little help of OpenAi
檔案大小 463 KB
安裝次數 292
目前版本 1.2.0
更新時間 2023-03-22
上架時間 2023-02-23
評分 3.90/5 共 10 次評分
開發者 Shape Labs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.articlesummarizer.co/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize article",
    "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Summarize article"
    },
    "icons": {
        "16": "read-article.png",
        "48": "read-article.png",
        "128": "read-article.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}