B

🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…

Bคืออะไร?

B เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omniscience และคุณลักษณะหลักของมันคือ "🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…"

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

screenshot
screenshot

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

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

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

                        🅱urf the we🅱 in 🅱tyle.

Replaces all the B's on the pages you visit with 🅱.



Updates:

v0.1.2
- Settings menu to dynamically enable/disable.
- Fixed some issues with input areas that are non-input elements with contentEditable set.

v0.1.1
- Basic functionality on page load.                    

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

ชื่อ B B
ID dkhnigliajfonnhdgdgkcceknciijlhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/b/dkhnigliajfonnhdgdgkcceknciijlhp
คำอธิบาย 🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…
ขนาดไฟล์ 29.86 KB
จำนวนการติดตั้ง 699
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2018-01-12
วันที่เผยแพร่ 2018-01-12
คะแนน 4.12/5 รวมทั้งหมด 86 คะแนน
ผู้พัฒนา omniscience
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "B",
        "default_popup": "src\/B-popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "src\/B-background.html",
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/B-content.js"
            ]
        }
    ]
}