Old Tumblr Dashboard

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

Old Tumblr Dashboard क्या है?

Old Tumblr Dashboard Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes the Tumblr Dashboard back to how it looked before the update ruined it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Old Tumblr Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Old Tumblr Dashboard Old Tumblr Dashboard
ID hnfhfloeaalhhbnbbgnlimemkjmaoedg
आधिकारिक URL https://chromewebstore.google.com/detail/old-tumblr-dashboard/hnfhfloeaalhhbnbbgnlimemkjmaoedg
विवरण Takes the Tumblr Dashboard back to how it looked before the update ruined it
फ़ाइल का आकार 9.91 MB
स्थापना संख्या 980
वर्तमान संस्करण 0.3
अंतिम अपडेट 2016-06-18
प्रकाशन तिथि 2016-06-18
रेटिंग 2.58/5 कुल 24 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
सहायता पृष्ठ URL http://forgave.tumblr.com/ask
समर्थित भाषाएँ 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"
    ]
}