Tumblr Posts Fix
Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
Qu'est-ce que Tumblr Posts Fix ?
Tumblr Posts Fix est une extension Chrome développée par adl040, et sa fonction principale est "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr Posts Fix
Téléchargez les fichiers d'extension Tumblr Posts Fix 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 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
Informations de Base sur l'Extension
Nom | |
ID | lgnkfodppadkcieeejdoamoflimlocnl |
URL Officiel | https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl |
Description | Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor! |
Taille du Fichier | 89.99 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2015-10-07 |
Date de Publication | 2015-10-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | adl040 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |