flip a coin
Flip A Coin Extension!
Wat is flip a coin?
flip a coin is een Chrome-extensie ontwikkeld door moknicorp, en de belangrijkste functie is "Flip A Coin Extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie flip a coin
Download flip a coin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Chrome Extension that helps you when you re indecisive i can t choose between two things ! Just flip a coin and let the luck decide for you ! All you have to do is click the flip button and the magic happens!!!
Basisinformatie over de Extensie
Naam | |
ID | nmcgcbfllfggimomeikgbobipdbhebmn |
Officiële URL | https://chrome.google.com/webstore/detail/flip-a-coin/nmcgcbfllfggimomeikgbobipdbhebmn |
Beschrijving | Flip A Coin Extension! |
Bestandsgrootte | 25.32 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-07 |
Publicatiedatum | 2019-03-07 |
Ontwikkelaar | moknicorp |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "flip a coin", "version": "1.0", "description": "Flip A Coin Extension!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" } }, "icons": { "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "128": "image\/128.png" }, "manifest_version": 2 } |