BitBeans

Replaces 'bitcoin' with 'magic beans'.

BitBeansคืออะไร?

BitBeans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces 'bitcoin' with 'magic beans'."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย BitBeans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replaces all instances of 'bitcoin' with 'magic beans.' Fun for the whole family!

Open-sourced at: https://github.com/argusdusty/BitBeans                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BitBeans BitBeans
ID imihcgcfconccnapamakpnjaiaflnpcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitbeans/imihcgcfconccnapamakpnjaiaflnpcj
คำอธิบาย Replaces 'bitcoin' with 'magic beans'.
ขนาดไฟล์ 15 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-04-09
วันที่เผยแพร่ 2014-04-08
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitBeans",
    "version": "1.0",
    "description": "Replaces 'bitcoin' with 'magic beans'.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "BitBeans_Chrome.js"
            ]
        }
    ]
}