Developer Excuses

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

Wat is Developer Excuses?

Developer Excuses is een Chrome-extensie ontwikkeld door Louis Grasset, en de belangrijkste functie is "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Developer Excuses

Download Developer Excuses-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

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

Basisinformatie over de Extensie

Naam Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
Officiële URL https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
Beschrijving Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Bestandsgrootte 120 KB
Aantal Installaties 70
Huidige Versie 0.2.2
Laatst Bijgewerkt 2017-09-17
Publicatiedatum 2017-09-17
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Louis Grasset
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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)"
}