hacktweet
Extension that converts tweets to images then uploads them to pintrest
ما هو hacktweet؟
hacktweet هو إضافة Chrome تم تطويرها بواسطة http://pintweet.net، والميزة الرئيسية لها هي "Extension that converts tweets to images then uploads them to pintrest".
تحميل ملف CRX للإضافة hacktweet
قم بتنزيل ملفات الامتداد hacktweet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*" ] } |