Flip a Coin

Decide your arguments the mature way: flip a coin!

什么是Flip a Coin?

Flip a Coin是由OakTree开发的Chrome扩展程序,该扩展的主要功能是“Decide your arguments the mature way: flip a coin!”。

扩展截图

screenshot
screenshot

下载Flip a Coin扩展crx文件

下载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"
    ]
}