Developer Excuses

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

What is Developer Excuses?

Developer Excuses is a Chrome extension developed by Louis Grasset, and its main feature is "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

Extension Screenshots

screenshot

Download Developer Excuses Extension CRX File

Download Developer Excuses extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
Official URL https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
Description Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
File Size 120 KB
Installation Count 70
Current Version 0.2.2
Last Updated 2017-09-17
Publish Date 2017-09-17
Rating 5.00/5 Total 4 Ratings
Developer Louis Grasset
Email [email protected]
Payment Type free
Supported Languages 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)"
}