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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sien.vision และคุณลักษณะหลักของมันคือ "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Summarize Tweet: I Ain't Reading All That

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Summarize Tweet: I Ain't Reading All That Summarize Tweet: I Ain't Reading All That
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\/*"
    ]
}