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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}