Tumblr Posts Fix
Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
Cos'è Tumblr Posts Fix?
Tumblr Posts Fix è un'estensione di Chrome sviluppata da adl040, e la sua funzione principale è "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tumblr Posts Fix
Scarica i file di estensione Tumblr Posts Fix 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 reverts how reblogged comments look on the dashboard back to how they looked before the most recent update AND changes how they look in the reblogging editor!! There is a bug with how tags show up. I am working on fixing it. ----------------------------- Version 1.0.8: Comments for reblogged asks now look they way they did before the update. Hovering over deactivated usernames show their deactivated status. Version 1.0.7: More edge cases added, changed how deactivated usernames appear
Informazioni di Base sull'Estensione
Nome | Tumblr Posts Fix |
ID | lgnkfodppadkcieeejdoamoflimlocnl |
URL Ufficiale | https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl |
Descrizione | Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor! |
Dimensione del File | 89.99 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2015-10-07 |
Data di Pubblicazione | 2015-10-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | adl040 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Posts Fix", "description": "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!", "version": "1.0.8", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "jquery\/jquery-1.11.3.js", "javascript.js" ], "css": [ "css.css" ] } ] } |