RPThreadTracker QuickAdd

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

RPThreadTracker QuickAddとは何ですか?

RPThreadTracker QuickAddはrpthreadtrackerによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to add any Tumblr thread to your RPThreadTracker account.」です。

拡張機能のスクリーンショット

screenshot

RPThreadTracker QuickAdd拡張機能のCRXファイルをダウンロード

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