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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Summarize Tweet: I Ain't Reading All That एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}