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.
Cos'è Summarize Tweet: I Ain't Reading All That?
Summarize Tweet: I Ain't Reading All That è un'estensione di Chrome sviluppata da https://sien.vision, e la sua funzione principale è "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Summarize Tweet: I Ain't Reading All That
Scarica i file di estensione Summarize Tweet: I Ain't Reading All That in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets. Informazioni di Base sull'Estensione
| Nome | |
| ID | ggdndaidddfoebmkgpbhpafpnmhbbfmm |
| URL Ufficiale | https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm |
| Descrizione | Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3. |
| Dimensione del File | 100 KB |
| Conteggio Installazioni | 70 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-02-17 |
| Data di Pubblicazione | 2023-02-14 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://sien.vision |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sien.vision |
| URL della Pagina di Aiuto | https://sien.vision/support |
| URL della Pagina della Politica sulla Privacy | https://sien.vision/privacy |
| Lingue Supportate | 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\/*"
]
} | |