RPThreadTracker QuickAdd
This extension allows you to add any Tumblr thread to your RPThreadTracker account.
Wat is RPThreadTracker QuickAdd?
RPThreadTracker QuickAdd is een Chrome-extensie ontwikkeld door rpthreadtracker, en de belangrijkste functie is "This extension allows you to add any Tumblr thread to your RPThreadTracker account.".
Extensie Screenshots
Download het CRX-bestand van de extensie RPThreadTracker QuickAdd
Download RPThreadTracker QuickAdd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | RPThreadTracker QuickAdd |
ID | paoldhmcjbgimkcicmognhfcjmcpcopl |
Officiële URL | https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl |
Beschrijving | This extension allows you to add any Tumblr thread to your RPThreadTracker account. |
Bestandsgrootte | 35.06 KB |
Aantal Installaties | 1,163 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2017-09-05 |
Publicatiedatum | 2017-09-05 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | rpthreadtracker |
Betalingswijze | free |
Extensiewebsite | http://www.rpthreadtracker.com |
Ondersteunde Talen | 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" ] } |