RPThreadTracker QuickAdd

This extension allows you to add any Tumblr thread to your RPThreadTracker account.

RPThreadTracker QuickAdd là gì?

RPThreadTracker QuickAdd là một tiện ích mở rộng Chrome được phát triển bởi rpthreadtracker, và tính năng chính của nó là "This extension allows you to add any Tumblr thread to your RPThreadTracker account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RPThreadTracker QuickAdd

Tải xuống các tệp mở rộng RPThreadTracker QuickAdd dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RPThreadTracker QuickAdd RPThreadTracker QuickAdd
ID paoldhmcjbgimkcicmognhfcjmcpcopl
URL Chính Thức https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl
Mô tả This extension allows you to add any Tumblr thread to your RPThreadTracker account.
Kích Thước Tệp 35.06 KB
Số Lần Cài Đặt 1,163
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2017-09-05
Ngày Phát Hành 2017-09-05
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển rpthreadtracker
Loại Thanh Toán free
Trang Web Mở Rộng http://www.rpthreadtracker.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}