RPThreadTracker QuickAdd

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

What is RPThreadTracker QuickAdd?

RPThreadTracker QuickAdd is a Chrome extension developed by rpthreadtracker, and its main feature is "This extension allows you to add any Tumblr thread to your RPThreadTracker account.".

Extension Screenshots

screenshot

Download RPThreadTracker QuickAdd Extension CRX File

Download RPThreadTracker QuickAdd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name RPThreadTracker QuickAdd RPThreadTracker QuickAdd
ID paoldhmcjbgimkcicmognhfcjmcpcopl
Official URL https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl
Description This extension allows you to add any Tumblr thread to your RPThreadTracker account.
File Size 35.06 KB
Installation Count 1,163
Current Version 0.5
Last Updated 2017-09-05
Publish Date 2017-09-05
Rating 5.00/5 Total 7 Ratings
Developer rpthreadtracker
Payment Type free
Extension Website http://www.rpthreadtracker.com
Supported Languages 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"
    ]
}