Flip a Coin
Decide your arguments the mature way: flip a coin!
Hvad er Flip a Coin?
Flip a Coin er en Chrome-udvidelse udviklet af OakTree, og dens hovedfunktion er "Decide your arguments the mature way: flip a coin!".
Udvidelsesskærmbilleder
Download Flip a Coin-udvidelses-CRX-fil
Download Flip a Coin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple way to resolve complex quarrels; click the button to flip the coin! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cpmgcjkcggfgbacdoolpebfapohhciip |
| Officiel URL | https://chromewebstore.google.com/detail/flip-a-coin/cpmgcjkcggfgbacdoolpebfapohhciip |
| Beskrivelse | Decide your arguments the mature way: flip a coin! |
| Filstørrelse | 740 KB |
| Antal Installationer | 38 |
| Nuværende Version | 4.1 |
| Senest Opdateret | 2022-10-21 |
| Udgivelsesdato | 2022-10-18 |
| Udvikler | OakTree |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |