Hey Bill

Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!

Hey Billとは何ですか?

Hey Billはhttps://blog.hack.cdによって開発されたChromeの拡張機能で、その主な機能は「Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is a fork and variation of the HEY GIRL! Chrome Extension.  However instead of replacing all the images on the page with Ryan Gosling, all the images on the page are replaced with photos of Bill Murray.

All you have to do is load up a page, click on Bill's face, and watch him dominate those images like Steve Zissou.                    

拡張機能の基本情報

名前 Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
公式URL https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
説明 Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
ファイルサイズ 67.2 KB
インストール数 17
現在のバージョン 1.0
最終更新日 2016-01-05
公開日 2016-01-05
評価 5.00/5 合計 3 レビュー
開発者 https://blog.hack.cd
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hey Bill",
    "version": "1.0",
    "homepage_url": "http:\/\/blog.hack.cd",
    "description": "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "HEY BILL"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "heybill.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}