Productive Twitter
Minimal and friendly theme for productive social sharing
¿Qué es Productive Twitter?
Productive Twitter es una extensión de Chrome desarrollada por sarah.drasner, y su función principal es "Minimal and friendly theme for productive social sharing".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Productive Twitter
Descarga archivos de extensión Productive Twitter 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
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Información Básica de la Extensión
Nombre | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
URL Oficial | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Descripción | Minimal and friendly theme for productive social sharing |
Tamaño del Archivo | 25.78 KB |
Cantidad de Instalaciones | 643 |
Versión Actual | 1.1.0 |
Última Actualización | 2020-10-18 |
Fecha de Publicación | 2019-07-20 |
Calificación | 4.95/5 Total de 37 Calificaciones |
Desarrollador | sarah.drasner |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/sdras/productive-twitter |
URL de la Página de Ayuda | https://github.com/sdras/productive-twitter/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productive Twitter", "version": "1.1.0", "description": "Minimal and friendly theme for productive social sharing", "short_name": "Productive Twitter", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "override.css" ], "js": [ "override.js" ] } ], "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |