Guess It, Binary Search Game

Guess It, Binary Search Game

ما هو Guess It, Binary Search Game؟

Guess It, Binary Search Game هو إضافة Chrome تم تطويرها بواسطة Bassem Abuein، والميزة الرئيسية لها هي "Guess It, Binary Search Game".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Guess It, Binary Search Game

قم بتنزيل ملفات الامتداد Guess It, Binary Search Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Guess It, Binary Search Game Guess It, Binary Search Game
ID ieacdnnggicldcpnlfkhokkchgeademl
عنوان URL الرسمي https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl
الوصف Guess It, Binary Search Game
حجم الملف 47.38 KB
عدد التثبيتات 34
النسخة الحالية 1.1
آخر تحديث 2018-06-25
تاريخ النشر 2018-06-25
تقييم 5.00/5 مجموع تقييمات 2
المطور Bassem Abuein
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
اللغات المدعومة 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"
    }
}