Developer Excuses

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

Cos'è Developer Excuses?

Developer Excuses è un'estensione di Chrome sviluppata da Louis Grasset, e la sua funzione principale è "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Developer Excuses

Scarica i file di estensione Developer Excuses in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
URL Ufficiale https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
Descrizione Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Dimensione del File 120 KB
Conteggio Installazioni 70
Versione Corrente 0.2.2
Ultimo Aggiornamento 2017-09-17
Data di Pubblicazione 2017-09-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Louis Grasset
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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)"
}