Facelift52 - Tumblr Dashboard

Change Tumblr dashboard background once per week by suggestions.

Τι είναι το Facelift52 - Tumblr Dashboard;

Το Facelift52 - Tumblr Dashboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CPDigitalDarkroom, και η κύρια λειτουργία του είναι "Change Tumblr dashboard background once per week by suggestions.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Facelift52 - Tumblr Dashboard

Λήψη αρχείων επέκτασης Facelift52 - Tumblr Dashboard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}