RPThreadTracker QuickAdd
This extension allows you to add any Tumblr thread to your RPThreadTracker account.
Qu'est-ce que RPThreadTracker QuickAdd ?
RPThreadTracker QuickAdd est une extension Chrome développée par rpthreadtracker, et sa fonction principale est "This extension allows you to add any Tumblr thread to your RPThreadTracker account.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RPThreadTracker QuickAdd
Téléchargez les fichiers d'extension RPThreadTracker QuickAdd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | RPThreadTracker QuickAdd |
ID | paoldhmcjbgimkcicmognhfcjmcpcopl |
URL Officiel | https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl |
Description | This extension allows you to add any Tumblr thread to your RPThreadTracker account. |
Taille du Fichier | 35.06 KB |
Nombre d'Installations | 1,163 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2017-09-05 |
Date de Publication | 2017-09-05 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | rpthreadtracker |
Type de Paiement | free |
Site Web de l'Extension | http://www.rpthreadtracker.com |
Langues Prises en Charge | 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" ] } |