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
官方網址 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)"
}