Summate.it Article Summarizer
Summarizes web articles
什麼是Summate.it Article Summarizer?
Summate.it Article Summarizer是由https://summate.it開發的Chrome擴展程式,該擴展的主要功能是“Summarizes web articles”。
擴展截圖
下載Summate.it Article Summarizer擴展crx文件
下載Summate.it Article Summarizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.
擴展基本資訊
名稱 | Summate.it Article Summarizer |
ID | jfgldafgjblmcnahhhbghlnlhgophjhl |
官方網址 | https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl |
簡介 | Summarizes web articles |
檔案大小 | 16.42 KB |
安裝次數 | 486 |
目前版本 | 1.0 |
更新時間 | 2023-06-26 |
上架時間 | 2023-06-25 |
開發者 | https://summate.it |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://summate.it/help.php |
隱私政策頁面URL | https://help.fivefilters.org/push-to-kindle/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summate.it Article Summarizer", "version": "1.0", "description": "Summarizes web articles", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Summarize this page", "default_icon": { "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ] } |