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!”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | cpmgcjkcggfgbacdoolpebfapohhciip |
| 官方網址 | 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"
]
} | |