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 |
| 公式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 |
| Eメール | [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"
]
} | |