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
Eメール [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)"
}