hacktweet
Extension that converts tweets to images then uploads them to pintrest
Hvad er hacktweet?
hacktweet er en Chrome-udvidelse udviklet af http://pintweet.net, og dens hovedfunktion er "Extension that converts tweets to images then uploads them to pintrest".
Download hacktweet-udvidelses-CRX-fil
Download hacktweet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a pin button to tweets on your twitter feed.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
Officiel URL | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Beskrivelse | Extension that converts tweets to images then uploads them to pintrest |
Filstørrelse | 57.56 KB |
Antal Installationer | 25 |
Nuværende Version | 1.24 |
Senest Opdateret | 2014-01-22 |
Udgivelsesdato | 2014-01-22 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | http://pintweet.net |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |