Guess It, Binary Search Game

Guess It, Binary Search Game

Guess It, Binary Search Game क्या है?

Guess It, Binary Search Game Bassem Abuein द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Guess It, Binary Search Game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Guess It, Binary Search Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
    }
}