hacktweet
Extension that converts tweets to images then uploads them to pintrest
hacktweet क्या है?
hacktweet http://pintweet.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that converts tweets to images then uploads them to pintrest"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में hacktweet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a pin button to tweets on your twitter feed.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
आधिकारिक URL | 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\/*" ] } |