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