hacktweet
Extension that converts tweets to images then uploads them to pintrest
Apa itu hacktweet?
hacktweet adalah ekstensi Chrome yang dikembangkan oleh http://pintweet.net, dan fitur utamanya adalah "Extension that converts tweets to images then uploads them to pintrest".
Unduh Berkas CRX Ekstensi hacktweet
Unduh file ekstensi hacktweet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds a pin button to tweets on your twitter feed.
Informasi Dasar Ekstensi
Nama | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
URL Resmi | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Deskripsi | Extension that converts tweets to images then uploads them to pintrest |
Ukuran File | 57.56 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.24 |
Terakhir Diperbarui | 2014-01-22 |
Tanggal Publikasi | 2014-01-22 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | http://pintweet.net |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |