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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}