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 | 
| 电子邮箱 | [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\/*"
    ]
} | |