hacktweet
Extension that converts tweets to images then uploads them to pintrest
hacktweet là gì?
hacktweet là một tiện ích mở rộng Chrome được phát triển bởi http://pintweet.net, và tính năng chính của nó là "Extension that converts tweets to images then uploads them to pintrest".
Tải xuống tệp CRX của tiện ích mở rộng hacktweet
Tải xuống các tệp mở rộng hacktweet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a pin button to tweets on your twitter feed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
URL Chính Thức | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Mô tả | Extension that converts tweets to images then uploads them to pintrest |
Kích Thước Tệp | 57.56 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.24 |
Cập Nhật Lần Cuối | 2014-01-22 |
Ngày Phát Hành | 2014-01-22 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://pintweet.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |