Flip a Coin

Decide your arguments the mature way: flip a coin!

Flip a Coin là gì?

Flip a Coin là một tiện ích mở rộng Chrome được phát triển bởi OakTree, và tính năng chính của nó là "Decide your arguments the mature way: flip a coin!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flip a Coin

Tải xuống các tệp mở rộng Flip a Coin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flip a Coin Flip a Coin
ID cpmgcjkcggfgbacdoolpebfapohhciip
URL Chính Thức https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip
Mô tả Decide your arguments the mature way: flip a coin!
Kích Thước Tệp 740 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2022-10-21
Ngày Phát Hành 2022-10-18
Nhà Phát Triển OakTree
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}