RPThreadTracker QuickAdd
This extension allows you to add any Tumblr thread to your RPThreadTracker account.
ما هو RPThreadTracker QuickAdd؟
RPThreadTracker QuickAdd هو إضافة Chrome تم تطويرها بواسطة rpthreadtracker، والميزة الرئيسية لها هي "This extension allows you to add any Tumblr thread to your RPThreadTracker account.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RPThreadTracker QuickAdd
قم بتنزيل ملفات الامتداد RPThreadTracker QuickAdd بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to quickly add new Tumblr threads to an account on RPThreadTracker.com. While on any Tumblr post page, just click the extension icon to get a pop-up window of the tracker's "Add Thread" screen, with the post ID and blog already in place. Add your thread, close the window, and carry on!
معلومات أساسية عن التمديد
الاسم | RPThreadTracker QuickAdd |
ID | paoldhmcjbgimkcicmognhfcjmcpcopl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl |
الوصف | This extension allows you to add any Tumblr thread to your RPThreadTracker account. |
حجم الملف | 35.06 KB |
عدد التثبيتات | 1,163 |
النسخة الحالية | 0.5 |
آخر تحديث | 2017-09-05 |
تاريخ النشر | 2017-09-05 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | rpthreadtracker |
نوع الدفع | free |
موقع الإضافة | http://www.rpthreadtracker.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RPThreadTracker QuickAdd", "description": "This extension allows you to add any Tumblr thread to your RPThreadTracker account.", "version": "0.5", "background": { "scripts": [ "scripts\/jquery.js", "scripts\/background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "RPThreadTracker QuickAdd" }, "permissions": [ "declarativeContent", "activeTab" ] } |