Flip a Coin

Decide your arguments the mature way: flip a coin!

Flip a Coinคืออะไร?

Flip a Coin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OakTree และคุณลักษณะหลักของมันคือ "Decide your arguments the mature way: flip a coin!"

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

screenshot
screenshot

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

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

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

                        A simple way to resolve complex quarrels; click the button to flip the coin!                    

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

ชื่อ Flip a Coin Flip a Coin
ID cpmgcjkcggfgbacdoolpebfapohhciip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip
คำอธิบาย Decide your arguments the mature way: flip a coin!
ขนาดไฟล์ 740 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 4.1
อัปเดตครั้งล่าสุด 2022-10-21
วันที่เผยแพร่ 2022-10-18
ผู้พัฒนา OakTree
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flip a Coin",
    "description": "Decide your arguments the mature way: flip a coin!",
    "version": "4.1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        },
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-2.glitch.me\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}