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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RPThreadTracker QuickAdd

ดาวน์โหลดไฟล์ส่วนขยาย RPThreadTracker QuickAdd ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}