hacktweet
Extension that converts tweets to images then uploads them to pintrest
Vad är hacktweet?
hacktweet är en Chrome-tillägg utvecklad av http://pintweet.net, och dess huvudfunktion är "Extension that converts tweets to images then uploads them to pintrest".
Ladda ner hacktweet-förlängningens CRX-fil
Ladda ner hacktweet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a pin button to tweets on your twitter feed.
Grundläggande Information om Tillägg
Namn | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
Officiell webbadress | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Beskrivning | Extension that converts tweets to images then uploads them to pintrest |
Filstorlek | 57.56 KB |
Antal Installationer | 25 |
Aktuell Version | 1.24 |
Senast Uppdaterad | 2014-01-22 |
Publiceringsdatum | 2014-01-22 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | http://pintweet.net |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |