Facelift52 - Tumblr Dashboard

Change Tumblr dashboard background once per week by suggestions.

Facelift52 - Tumblr Dashboard क्या है?

Facelift52 - Tumblr Dashboard CPDigitalDarkroom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change Tumblr dashboard background once per week by suggestions."।

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

screenshot
screenshot
screenshot

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

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

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

                        Facelift changes the Tumblr Dashboard background once per week. The background is decided by you, the users. 

Read more about the extension on my website. 

http://cpdigitaldarkroom.com/facelift52                    

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

नाम Facelift52 - Tumblr Dashboard Facelift52 - Tumblr Dashboard
ID fgpddnocgoionhopkpgbemdolkjoeafl
आधिकारिक URL https://chromewebstore.google.com/detail/facelift52-tumblr-dashboa/fgpddnocgoionhopkpgbemdolkjoeafl
विवरण Change Tumblr dashboard background once per week by suggestions.
फ़ाइल का आकार 162 KB
स्थापना संख्या 62
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2012-09-08
प्रकाशन तिथि 2012-09-08
रेटिंग 3.45/5 कुल 11 रेटिंग्स
डेवलपर CPDigitalDarkroom
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://cpdigitaldarkroom.com
सहायता पृष्ठ URL http://cpdigitaldarkroom.com/contact/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "http:\/\/www.tumblr.com\/*",
                "http:\/\/www.tumblr.com\/reblog\/*",
                "http:\/\/www.tumblr.com\/directory\/*",
                "http:\/\/www.tumblr.com\/reblog\/*",
                "http:\/\/www.tumblr.com\/new\/*",
                "http:\/\/www.tumblr.com\/goodies",
                "http:\/\/www.tumblr.com\/edit\/*"
            ],
            "js": [
                "facelift52dashboard.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "converted_from_user_script": true,
    "description": "Change Tumblr dashboard background once per week by suggestions.",
    "name": "Facelift52 - Tumblr Dashboard",
    "version": "1.3.2",
    "options_page": "options.html",
    "manifest_version": 2
}