hacktweet
Extension that converts tweets to images then uploads them to pintrest
什麼是hacktweet?
hacktweet是由http://pintweet.net開發的Chrome擴展程式,該擴展的主要功能是“Extension that converts tweets to images then uploads them to pintrest”。
下載hacktweet擴展crx文件
下載hacktweet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a pin button to tweets on your twitter feed.
擴展基本資訊
名稱 | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
官方網址 | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
簡介 | Extension that converts tweets to images then uploads them to pintrest |
檔案大小 | 57.56 KB |
安裝次數 | 25 |
目前版本 | 1.24 |
更新時間 | 2014-01-22 |
上架時間 | 2014-01-22 |
評分 | 3.67/5 共 3 次評分 |
開發者 | http://pintweet.net |
付費類型 | free |
支援的語言 | 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\/*" ] } |