hacktweet
Extension that converts tweets to images then uploads them to pintrest
¿Qué es hacktweet?
hacktweet es una extensión de Chrome desarrollada por http://pintweet.net, y su función principal es "Extension that converts tweets to images then uploads them to pintrest".
Descargar Archivo CRX de la Extensión hacktweet
Descarga archivos de extensión hacktweet 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
Adds a pin button to tweets on your twitter feed.
Información Básica de la Extensión
Nombre | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
URL Oficial | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Descripción | Extension that converts tweets to images then uploads them to pintrest |
Tamaño del Archivo | 57.56 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 1.24 |
Última Actualización | 2014-01-22 |
Fecha de Publicación | 2014-01-22 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | http://pintweet.net |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hacktweet", "version": "1.24", "manifest_version": 2, "description": "Extension that converts tweets to images then uploads them to pintrest", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-1.10.2.min.js", "addButton.js", "such_ajax.js", "html2canvas.js", "twimgListener.js" ] } ], "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } |