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.

Co je Summarize Tweet: I Ain't Reading All That?

Summarize Tweet: I Ain't Reading All That je rozšíření Chrome vyvinuté https://sien.vision, a jeho hlavní funkcí je „Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Summarize Tweet: I Ain't Reading All That

Stáhněte si soubory rozšíření Summarize Tweet: I Ain't Reading All That ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets.                    

Základní Informace o Rozšíření

Název Summarize Tweet: I Ain't Reading All That Summarize Tweet: I Ain't Reading All That
ID ggdndaidddfoebmkgpbhpafpnmhbbfmm
Oficiální URL https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm
Popis Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.
Velikost souboru 100 KB
Počet instalací 70
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-02-17
Datum Vydání 2023-02-14
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář https://sien.vision
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sien.vision
URL Stránky Nápovědy https://sien.vision/support
URL Stránky Zásad Ochrany Soukromí https://sien.vision/privacy
Podporované Jazyky 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\/*"
    ]
}