flip a coin

Flip A Coin Extension!

Apa itu flip a coin?

flip a coin adalah ekstensi Chrome yang dikembangkan oleh moknicorp, dan fitur utamanya adalah "Flip A Coin Extension!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi flip a coin

Unduh file ekstensi flip a coin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!!!                    

Informasi Dasar Ekstensi

Nama flip a coin flip a coin
ID nmcgcbfllfggimomeikgbobipdbhebmn
URL Resmi https://chrome.google.com/webstore/detail/flip-a-coin/nmcgcbfllfggimomeikgbobipdbhebmn
Deskripsi Flip A Coin Extension!
Ukuran File 25.32 KB
Jumlah Instalasi 32
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-07
Tanggal Publikasi 2019-03-07
Pengembang moknicorp
Tipe Pembayaran free
Bahasa yang Didukung 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
}