Tumblr Posts Fix

Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!

¿Qué es Tumblr Posts Fix?

Tumblr Posts Fix es una extensión de Chrome desarrollada por adl040, y su función principal es "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tumblr Posts Fix

Descarga archivos de extensión Tumblr Posts Fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Tumblr Posts Fix Tumblr Posts Fix
ID lgnkfodppadkcieeejdoamoflimlocnl
URL Oficial https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl
Descripción Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
Tamaño del Archivo 89.99 KB
Cantidad de Instalaciones 120
Versión Actual 1.0.8
Última Actualización 2015-10-07
Fecha de Publicación 2015-10-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador adl040
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}