Summarize Tweet: I Ain't Reading All That
Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.
Summarize Tweet: I Ain't Reading All Thatとは何ですか?
Summarize Tweet: I Ain't Reading All Thatはhttps://sien.visionによって開発されたChromeの拡張機能で、その主な機能は「Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.」です。
拡張機能のスクリーンショット
Summarize Tweet: I Ain't Reading All That拡張機能のCRXファイルをダウンロード
Summarize Tweet: I Ain't Reading All That拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets. 拡張機能の基本情報
| 名前 | |
| ID | ggdndaidddfoebmkgpbhpafpnmhbbfmm |
| 公式URL | https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm |
| 説明 | Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3. |
| ファイルサイズ | 100 KB |
| インストール数 | 70 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-02-17 |
| 公開日 | 2023-02-14 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | https://sien.vision |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sien.vision |
| ヘルプページのURL | https://sien.vision/support |
| プライバシーポリシーページのURL | https://sien.vision/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Summarize Tweet: I Ain't Reading All That",
"description": "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.",
"version": "1.0.1",
"background": {
"service_worker": "src\/bg\/background.js"
},
"icons": {
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
],
"host_permissions": [
"*:\/\/*.twitter.com\/*"
]
} | |