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 to jest Summarize Tweet: I Ain't Reading All That?
Summarize Tweet: I Ain't Reading All That to rozszerzenie Chrome opracowane przez https://sien.vision, a jego główną funkcją jest „Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Summarize Tweet: I Ain't Reading All That
Pobierz pliki rozszerzeń Summarize Tweet: I Ain't Reading All That w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets.                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | ggdndaidddfoebmkgpbhpafpnmhbbfmm | 
| Oficjalny URL | https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm | 
| Opis | Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3. | 
| Rozmiar pliku | 100 KB | 
| Liczba instalacji | 70 | 
| Aktualna Wersja | 1.0.1 | 
| Ostatnia Aktualizacja | 2023-02-17 | 
| Data Publikacji | 2023-02-14 | 
| Ocena | 1.00/5 Łącznie 1 Oceny | 
| Deweloper | https://sien.vision | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://sien.vision | 
| Adres URL Strony Pomocy | https://sien.vision/support | 
| Adres URL Strony Polityki Prywatności | https://sien.vision/privacy | 
| Obsługiwane Języki | 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\/*"
    ]
} | |