Guess It, Binary Search Game

Guess It, Binary Search Game

Apa itu Guess It, Binary Search Game?

Guess It, Binary Search Game adalah ekstensi Chrome yang dikembangkan oleh Bassem Abuein, dan fitur utamanya adalah "Guess It, Binary Search Game".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Guess It, Binary Search Game

Unduh file ekstensi Guess It, Binary Search Game 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

                        Guess It is a fun game. The user picks a number, and the program guesses it based on Binary Search algorithm.                    

Informasi Dasar Ekstensi

Nama Guess It, Binary Search Game Guess It, Binary Search Game
ID ieacdnnggicldcpnlfkhokkchgeademl
URL Resmi https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl
Deskripsi Guess It, Binary Search Game
Ukuran File 47.38 KB
Jumlah Instalasi 34
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-06-25
Tanggal Publikasi 2018-06-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Bassem Abuein
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guess It, Binary Search Game",
    "description": "Guess It, Binary Search Game",
    "version": "1.1",
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "128.png"
    }
}