Developer Excuses

Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.

Τι είναι το Developer Excuses;

Το Developer Excuses είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Louis Grasset, και η κύρια λειτουργία του είναι "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Developer Excuses

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

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

                        Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
Επίσημο URL https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
Περιγραφή Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Μέγεθος Αρχείου 120 KB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2017-09-17
Ημερομηνία Δημοσίευσης 2017-09-17
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Louis Grasset
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer Excuses",
    "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.",
    "version": "0.2.2",
    "permissions": [
        "http:\/\/*.developerexcuses.com\/",
        "storage"
    ],
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}