CoinFlip
Flip a coin in an Extension!
Was ist CoinFlip?
CoinFlip ist eine Chrome-Erweiterung, die von Dex entwickelt wurde, und ihr Hauptmerkmal ist "Flip a coin in an Extension!".
Erweiterungsscreenshots
CoinFlip-Erweiterungs-CRX-Datei herunterladen
Laden Sie CoinFlip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows you to flip a coin in an extension!
This Coin Flip extension allows you to flip a coin with a smooth animation and it has a counter for heads and tails plus a reset button.
(I know the screenshot is bad blame google screenshot sizing requirements) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oakacfkpceoekcconacpdnpjjaminkhl |
| Offizielle URL | https://chromewebstore.google.com/detail/coinflip/oakacfkpceoekcconacpdnpjjaminkhl |
| Beschreibung | Flip a coin in an Extension! |
| Dateigröße | 15.39 KB |
| Installationsanzahl | 292 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-05-08 |
| Veröffentlichungsdatum | 2022-05-08 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Dex |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CoinFlip",
"description": "Flip a coin in an Extension!",
"version": "1.0",
"icons": {
"128": "icon_128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |