Guess It, Binary Search Game
Guess It, Binary Search Game
Co to jest Guess It, Binary Search Game?
Guess It, Binary Search Game to rozszerzenie Chrome opracowane przez Bassem Abuein, a jego główną funkcją jest „Guess It, Binary Search Game”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Guess It, Binary Search Game
Pobierz pliki rozszerzeń Guess It, Binary Search Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Guess It is a fun game. The user picks a number, and the program guesses it based on Binary Search algorithm.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ieacdnnggicldcpnlfkhokkchgeademl | 
| Oficjalny URL | https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl | 
| Opis | Guess It, Binary Search Game | 
| Rozmiar pliku | 47.38 KB | 
| Liczba instalacji | 34 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2018-06-25 | 
| Data Publikacji | 2018-06-25 | 
| Ocena | 5.00/5 Łącznie 2 Oceny | 
| Deweloper | Bassem Abuein | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub | 
| Obsługiwane Języki | 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"
    }
}  |  |