Thready - Convert Twitter thread to article
Thready converts a Twitter thread into an easy-to-read article
¿Qué es Thready - Convert Twitter thread to article?
Thready - Convert Twitter thread to article es una extensión de Chrome desarrollada por fkgdmn, y su función principal es "Thready converts a Twitter thread into an easy-to-read article".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Thready - Convert Twitter thread to article
Descarga archivos de extensión Thready - Convert Twitter thread to article en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Twitter threads have become a very popular way to communicate information. Thready makes reading threads as easy as writing them. With only two clicks the thread is made into an easy-to-read coherent article that opens up in a small window. The article contains all of the thread’s content such as text, images, videos etc.
To convert a Twitter thread into an article follow these simple steps:
- Go to the first tweet of a thread that you want to read
- Click on the Thready extension icon
- Click "Read thread"
- Wait a few seconds and the thread will be ready for you
The steps is also showed in the video above.
Threads can't be no more than 7 days old since Twitter's API doesn't allow old thread to be fetched. Información Básica de la Extensión
| Nombre | |
| ID | hpgahgmdnhigfikenmgibelihmcamnpf |
| URL Oficial | https://chromewebstore.google.com/detail/thready-convert-twitter-t/hpgahgmdnhigfikenmgibelihmcamnpf |
| Descripción | Thready converts a Twitter thread into an easy-to-read article |
| Tamaño del Archivo | 19.96 KB |
| Cantidad de Instalaciones | 1,197 |
| Versión Actual | 0.1.0 |
| Última Actualización | 2022-12-03 |
| Fecha de Publicación | 2021-09-07 |
| Calificación | 2.33/5 Total de 6 Calificaciones |
| Desarrollador | fkgdmn |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Thready - Convert Twitter thread to article",
"description": "Thready converts a Twitter thread into an easy-to-read article",
"version": "0.1.0",
"action": {
"default_icon": "icons\/thready-128.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "icons\/thready-16.png",
"48": "icons\/thready-48.png",
"128": "icons\/thready-128.png"
}
} | |