TwitPlus for Twitter
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
¿Qué es TwitPlus for Twitter?
TwitPlus for Twitter es una extensión de Chrome desarrollada por http://twitpl.us, y su función principal es "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TwitPlus for Twitter
Descarga archivos de extensión TwitPlus for 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
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet, then click the "Longer Tweet" button that appears and we'll send your shortened tweet with a link to view the rest on https://twitpl.us. TwitPlus is a service designed for the social networking site Twitter to allow an unlimited sized tweet. 140 characters most of the time is long enough for a good tweet, but when you want to tweet longer about your night out, the girl next door, the book you have just finished reading or to just rant on through the night you need more room to write longer tweets.
Información Básica de la Extensión
Nombre | |
ID | ckkojdhcfbkocmcheijbinidhbbebnnc |
URL Oficial | https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc |
Descripción | Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears. |
Tamaño del Archivo | 45.77 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 0.1.0 |
Última Actualización | 2016-03-25 |
Fecha de Publicación | 2016-03-25 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | http://twitpl.us |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.twitplus.co |
URL de la Página de Ayuda | https://www.twitplus.co/contact |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitPlus for Twitter", "short_name": "TwitPlus", "description": "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.", "version": "0.1.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.min.js", "twitplus.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "https:\/\/twitter.com\/" ] } |