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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |