RPThreadTracker QuickAdd

This extension allows you to add any Tumblr thread to your RPThreadTracker account.

Cos'è RPThreadTracker QuickAdd?

RPThreadTracker QuickAdd è un'estensione di Chrome sviluppata da rpthreadtracker, e la sua funzione principale è "This extension allows you to add any Tumblr thread to your RPThreadTracker account.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RPThreadTracker QuickAdd

Scarica i file di estensione RPThreadTracker QuickAdd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome RPThreadTracker QuickAdd RPThreadTracker QuickAdd
ID paoldhmcjbgimkcicmognhfcjmcpcopl
URL Ufficiale https://chromewebstore.google.com/detail/rpthreadtracker-quickadd/paoldhmcjbgimkcicmognhfcjmcpcopl
Descrizione This extension allows you to add any Tumblr thread to your RPThreadTracker account.
Dimensione del File 35.06 KB
Conteggio Installazioni 1,163
Versione Corrente 0.5
Ultimo Aggiornamento 2017-09-05
Data di Pubblicazione 2017-09-05
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore rpthreadtracker
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rpthreadtracker.com
Lingue Supportate 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"
    ]
}