Briefly
Briefly allows you to save time by generating summaries of texts in websites using an advanced GPT-3 AI algorithm.
什么是Briefly?
Briefly是由Briefly开发的Chrome扩展程序,该扩展的主要功能是“Briefly allows you to save time by generating summaries of texts in websites using an advanced GPT-3 AI algorithm.”。
扩展截图
下载Briefly扩展crx文件
下载Briefly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Briefly is a chrome extension that allows you to summarize texts in websites. We use an advances GPT-3 AI algorithim to genereate the best possible summaries.
扩展基本信息
名称 | Briefly |
ID | koceodkdlldkaoenidaolomgcjnaoolf |
官方URL | https://chromewebstore.google.com/detail/briefly/koceodkdlldkaoenidaolomgcjnaoolf |
简介 | Briefly allows you to save time by generating summaries of texts in websites using an advanced GPT-3 AI algorithm. |
文件大小 | 95.5 KB |
安装次数 | 139 |
当前版本 | 1.0.1 |
更新时间 | 2022-02-14 |
上架时间 | 2022-01-17 |
评分 | 3.00/5 共3次评分 |
开发者 | Briefly |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://getbriefly.co |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Briefly", "version": "1.0.1", "description": "Briefly allows you to save time by generating summaries of texts in websites using an advanced GPT-3 AI algorithm.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Briefly", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus" ], "content_scripts": [ { "matches": [ " |