CoinFlip
Flip a coin in an Extension!
Hvad er CoinFlip?
CoinFlip er en Chrome-udvidelse udviklet af Dex, og dens hovedfunktion er "Flip a coin in an Extension!".
Udvidelsesskærmbilleder
Download CoinFlip-udvidelses-CRX-fil
Download CoinFlip-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
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)
Grundlæggende oplysninger om udvidelsen
Navn | CoinFlip |
ID | oakacfkpceoekcconacpdnpjjaminkhl |
Officiel URL | https://chromewebstore.google.com/detail/coinflip/oakacfkpceoekcconacpdnpjjaminkhl |
Beskrivelse | Flip a coin in an Extension! |
Filstørrelse | 15.39 KB |
Antal Installationer | 292 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-05-08 |
Udgivelsesdato | 2022-05-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Dex |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |