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.”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| 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"
]
} | |