Developer Excuses

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

什么是Developer Excuses?

Developer Excuses是由Louis Grasset开发的Chrome扩展程序,该扩展的主要功能是“Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.”。

扩展截图

screenshot

下载Developer Excuses扩展crx文件

下载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)"
}