RPThreadTracker QuickAdd
This extension allows you to add any Tumblr thread to your RPThreadTracker account.
Co to jest RPThreadTracker QuickAdd?
RPThreadTracker QuickAdd to rozszerzenie Chrome opracowane przez rpthreadtracker, a jego główną funkcją jest „This extension allows you to add any Tumblr thread to your RPThreadTracker account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RPThreadTracker QuickAdd
Pobierz pliki rozszerzeń RPThreadTracker QuickAdd w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | RPThreadTracker QuickAdd |
ID | paoldhmcjbgimkcicmognhfcjmcpcopl |
Oficjalny URL | https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl |
Opis | This extension allows you to add any Tumblr thread to your RPThreadTracker account. |
Rozmiar pliku | 35.06 KB |
Liczba instalacji | 1,163 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2017-09-05 |
Data Publikacji | 2017-09-05 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | rpthreadtracker |
Typ Płatności | free |
Strona Rozszerzenia | http://www.rpthreadtracker.com |
Obsługiwane Języki | 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" ] } |