hacktweet
Extension that converts tweets to images then uploads them to pintrest
Wat is hacktweet?
hacktweet is een Chrome-extensie ontwikkeld door http://pintweet.net, en de belangrijkste functie is "Extension that converts tweets to images then uploads them to pintrest".
Download het CRX-bestand van de extensie hacktweet
Download hacktweet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a pin button to tweets on your twitter feed.
Basisinformatie over de Extensie
Naam | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
Officiële URL | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Beschrijving | Extension that converts tweets to images then uploads them to pintrest |
Bestandsgrootte | 57.56 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.24 |
Laatst Bijgewerkt | 2014-01-22 |
Publicatiedatum | 2014-01-22 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://pintweet.net |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |