Hey Bill

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

Hey Billคืออะไร?

Hey Bill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.hack.cd และคุณลักษณะหลักของมันคือ "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hey Bill

ดาวน์โหลดไฟล์ส่วนขยาย 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
}