Evan Time

Makes the background of your webpage infinitely happier.

Evan Timeとは何ですか?

Evan TimeはStephanie Northwayによって開発されたChromeの拡張機能で、その主な機能は「Makes the background of your webpage infinitely happier.」です。

拡張機能のスクリーンショット

screenshot

Evan Time拡張機能のCRXファイルをダウンロード

Evan Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.                    

拡張機能の基本情報

名前 Evan Time Evan Time
ID kmompemcncebikjjbcmhmonkgogghifl
公式URL https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl
説明 Makes the background of your webpage infinitely happier.
ファイルサイズ 38.83 KB
インストール数 17
現在のバージョン 2.0
最終更新日 2014-12-27
公開日 2014-12-27
評価 5.00/5 合計 6 レビュー
開発者 Stephanie Northway
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evan Time",
    "description": "Makes the background of your webpage infinitely happier.",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "evan.png",
        "default_title": "Evan Time"
    }
}