Facelift52 - Tumblr Dashboard

Change Tumblr dashboard background once per week by suggestions.

Wat is Facelift52 - Tumblr Dashboard?

Facelift52 - Tumblr Dashboard is een Chrome-extensie ontwikkeld door CPDigitalDarkroom, en de belangrijkste functie is "Change Tumblr dashboard background once per week by suggestions.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Facelift52 - Tumblr Dashboard

Download Facelift52 - Tumblr Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Facelift52 - Tumblr Dashboard Facelift52 - Tumblr Dashboard
ID fgpddnocgoionhopkpgbemdolkjoeafl
Officiële URL https://chromewebstore.google.com/detail/facelift52-tumblr-dashboa/fgpddnocgoionhopkpgbemdolkjoeafl
Beschrijving Change Tumblr dashboard background once per week by suggestions.
Bestandsgrootte 162 KB
Aantal Installaties 62
Huidige Versie 1.3.2
Laatst Bijgewerkt 2012-09-08
Publicatiedatum 2012-09-08
Beoordeling 3.45/5 Totaal 11 Beoordelingen
Ontwikkelaar CPDigitalDarkroom
Betalingswijze free
Extensiewebsite http://cpdigitaldarkroom.com
Help Pagina-URL http://cpdigitaldarkroom.com/contact/
Ondersteunde Talen 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
}