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 | 
| 官方網址 | 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\/*"
    ]
} | |