West Ham-ify me.

Bringing the famous Claret and Blue to your screen in times of need.

West Ham-ify me.とは何ですか?

West Ham-ify me.はMark Roffeyによって開発されたChromeの拡張機能で、その主な機能は「Bringing the famous Claret and Blue to your screen in times of need.」です。

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

screenshot

West Ham-ify me.拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension that brings West Ham to your screen when you're feeling down.
Keep clicking the icon to make your day better.

Version history
0.0.0.3 - Changed zoom time to 4s.
0.0.0.2 - Added zoom out.
0.0.0.1 - The beginning!                    

拡張機能の基本情報

名前 West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
公式URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
説明 Bringing the famous Claret and Blue to your screen in times of need.
ファイルサイズ 121 KB
インストール数 144
現在のバージョン 0.0.0.3
最終更新日 2017-09-08
公開日 2017-09-08
評価 5.00/5 合計 1 レビュー
開発者 Mark Roffey
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "West Ham-ify me.",
    "description": "Bringing the famous Claret and Blue to your screen in times of need.",
    "version": "0.0.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "West Ham-ify me!",
        "default_icon": "icon128.png"
    },
    "web_accessible_resources": [
        "css\/style.css",
        "img\/logo.png",
        "icon128.png"
    ],
    "manifest_version": 2
}