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 |
| 官方網址 | 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"
]
} | |