hacktweet
Extension that converts tweets to images then uploads them to pintrest
What is hacktweet?
hacktweet is a Chrome extension developed by http://pintweet.net, and its main feature is "Extension that converts tweets to images then uploads them to pintrest".
Download hacktweet Extension CRX File
Download hacktweet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a pin button to tweets on your twitter feed.
Extension Basic Information
Name | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
Official URL | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Description | Extension that converts tweets to images then uploads them to pintrest |
File Size | 57.56 KB |
Installation Count | 25 |
Current Version | 1.24 |
Last Updated | 2014-01-22 |
Publish Date | 2014-01-22 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://pintweet.net |
Payment Type | free |
Supported Languages | 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\/*" ] } |