Tweeten
An intuitive and powerful Twitter experience built for those who get real work done
¿Qué es Tweeten?
Tweeten es una extensión de Chrome desarrollada por https://tweetenapp.com, y su función principal es "An intuitive and powerful Twitter experience built for those who get real work done".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tweeten
Descarga archivos de extensión Tweeten 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
Introducing Tweeten, an intuitive and powerful TweetDeck experience built for those who get real work done. Tweeten works with TweetDeck, which means it offers a powerful, column-based interface that helps you keep track of everything that's happening on Twitter without needing to hit the refresh button. Tweeten enhances the TweetDeck design to offer a much cleaner and intutive experience. Tweeten comes with a built-in GIF search feature that lets you upload any GIF from Giphy. Our 🔥 emoji picker lets you tweet the perfect emoji at the right time. From the 🤷 emoji to the 💯 emoji, all the emojis you 😍 are right here. Tweeten lets you customize all the important bits of TweetDeck, and you can take things a step further with custom CSS. For the full Tweeten experience, make sure to checkout our desktop app from http://tweetenapp.com
Información Básica de la Extensión
Nombre | Tweeten |
ID | ffoimglpkabojpaknlpodligjndnedji |
URL Oficial | https://chromewebstore.google.com/detail/tweeten/ffoimglpkabojpaknlpodligjndnedji |
Descripción | An intuitive and powerful Twitter experience built for those who get real work done |
Tamaño del Archivo | 287 KB |
Cantidad de Instalaciones | 15,100 |
Versión Actual | 5.0.3 |
Última Actualización | 2020-05-17 |
Fecha de Publicación | 2020-05-16 |
Calificación | 3.90/5 Total de 51 Calificaciones |
Desarrollador | https://tweetenapp.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://twitter.com/TweetenApp |
URL de la Página de Ayuda | https://twitter.com/TweetenApp |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweeten", "version": "5.0.3", "manifest_version": 2, "description": "An intuitive and powerful Twitter experience built for those who get real work done", "homepage_url": "http:\/\/tweetenapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "cookies", "storage", "tabs", "webRequest", "webRequestBlocking", "https:\/\/tweetdeck.twitter.com\/*" ], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "src\/js\/tweeten.js", "src\/css\/dark.css", "src\/css\/light.css", "src\/css\/black.css", "src\/assets\/mdl2.ttf" ], "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "src\/js\/jquery.min.js", "src\/js\/inject.js", "src\/js\/lodash.core.min.js" ] } ] } |