hacktweet
Extension that converts tweets to images then uploads them to pintrest
Co je hacktweet?
hacktweet je rozšíření Chrome vyvinuté http://pintweet.net, a jeho hlavní funkcí je „Extension that converts tweets to images then uploads them to pintrest“.
Stáhnout soubor CRX rozšíření hacktweet
Stáhněte si soubory rozšíření hacktweet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Adds a pin button to tweets on your twitter feed.
Základní Informace o Rozšíření
Název | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
Oficiální URL | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Popis | Extension that converts tweets to images then uploads them to pintrest |
Velikost souboru | 57.56 KB |
Počet instalací | 25 |
Aktuální Verze | 1.24 |
Poslední Aktualizace | 2014-01-22 |
Datum Vydání | 2014-01-22 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | http://pintweet.net |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |