Old Tumblr Dashboard

Takes the Tumblr Dashboard back to how it looked before the update ruined it

Was ist Old Tumblr Dashboard?

Old Tumblr Dashboard ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Takes the Tumblr Dashboard back to how it looked before the update ruined it".

Erweiterungsscreenshots

screenshot

Old Tumblr Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Old Tumblr Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is one I started to develop privately to make the Tumblr dashboard look the same as it used to before a big update which changed it significantly,
I thought many people might want to use it as they dislike the dashboard so thought I would publish it.
The only thing I couldn't fix is the drop down for blogs now. 

========== Version 0.2 ============
• Main post container width adjusted so it's not overly wide as per the latest update made by staff

========== Version 0.3 ============
• Fix post type selection width which was broken with the last update                    

Grundlegende Informationen zur Erweiterung

Name Old Tumblr Dashboard Old Tumblr Dashboard
ID hnfhfloeaalhhbnbbgnlimemkjmaoedg
Offizielle URL https://chromewebstore.google.com/detail/old-tumblr-dashboard/hnfhfloeaalhhbnbbgnlimemkjmaoedg
Beschreibung Takes the Tumblr Dashboard back to how it looked before the update ruined it
Dateigröße 9.91 MB
Installationsanzahl 980
Aktuelle Version 0.3
Letztes Update 2016-06-18
Veröffentlichungsdatum 2016-06-18
Bewertung 2.58/5 Insgesamt 24 Bewertungen
Entwickler Unknown
Zahlungsart free
Hilfeseite URL http://forgave.tumblr.com/ask
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Old Tumblr Dashboard",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tumblr.com\/*",
                "https:\/\/tumblr.com\/*",
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*",
                "file:\/\/\/C:\/Users\/Owner\/Documents\/Extensions\/Old%20Dash\/dashboard.html"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "js": [
                "assets\/js\/jquery-1.8.3.js",
                "assets\/js\/main.js",
                "assets\/js\/right_column.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/tumblr.com\/*",
        "https:\/\/tumblr.com\/*",
        "http:\/\/www.tumblr.com\/*",
        "https:\/\/www.tumblr.com\/*"
    ],
    "description": "Takes the Tumblr Dashboard back to how it looked before the update ruined it",
    "icons": {
        "128": "assets\/img\/icon_128.png",
        "64": "assets\/img\/icon_64.png",
        "48": "assets\/img\/icon_48.png",
        "24": "assets\/img\/icon_24.png"
    },
    "web_accessible_resources": [
        "assets\/img\/logo.png"
    ]
}