Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
Cos'è Tumblr Post Controls?
Tumblr Post Controls è un'estensione di Chrome sviluppata da Kyle Ladd, e la sua funzione principale è "Reblog, Like, etc, to the top of posts in the dash".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tumblr Post Controls
Scarica i file di estensione Tumblr Post Controls 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
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
Informazioni di Base sull'Estensione
Nome | |
ID | gafampkaegokokdgbpnlilnadienfhad |
URL Ufficiale | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
Descrizione | Reblog, Like, etc, to the top of posts in the dash |
Dimensione del File | 2.86 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2013-07-07 |
Data di Pubblicazione | 2013-07-07 |
Sviluppatore | Kyle Ladd |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard" ] } ], "description": "Reblog, Like, etc, to the top of posts in the dash", "manifest_version": 2, "name": "Tumblr Post Controls", "version": "1.0.4" } |