A bored button

Click the button to open a random boring website.

A bored buttonคืออะไร?

A bored button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fujizx และคุณลักษณะหลักของมันคือ "Click the button to open a random boring website."

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

screenshot

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

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

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

                        Click the button to open a random boring website. 
Take a coffee break and enjoy.                    

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

ชื่อ A bored button A bored button
ID dcheodehnlbogojafhanldnoddkhmkcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj
คำอธิบาย Click the button to open a random boring website.
ขนาดไฟล์ 16.41 KB
จำนวนการติดตั้ง 224
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-08-13
วันที่เผยแพร่ 2023-08-10
ผู้พัฒนา fujizx
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "A bored button",
    "version": "1.0.2",
    "description": "Click the button to open a random boring website.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}