Maze Generator Game
Random Maze Generator Game!
Maze Generator Game क्या है?
Maze Generator Game shivkampani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Random Maze Generator Game!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Maze Generator Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a Maze Generator Game. Click on the extension to open a maze, which is randomly generated, and then try to solve it. You can keep generating new mazes, which are all different from each other. The bar at the bottom of your maze shows how much time you have left! In later updates, we will add new mazes of different complexity, and the ability to change the amount of time. A high-score tracker is coming soon!
एक्सटेंशन की मूल जानकारी
नाम | Maze Generator Game |
ID | backnpjeemenlgpdbdoddnlcofcjpcfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/maze-generator-game/backnpjeemenlgpdbdoddnlcofcjpcfj |
विवरण | Random Maze Generator Game! |
फ़ाइल का आकार | 17.56 KB |
स्थापना संख्या | 1,327 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-08-06 |
प्रकाशन तिथि | 2019-08-05 |
रेटिंग | 4.80/5 कुल 10 रेटिंग्स |
डेवलपर | shivkampani |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maze Generator Game", "version": "1.1", "description": "Random Maze Generator Game!", "icons": { "128": "mazelogo.png" }, "browser_action": { "default_popup": "baremaze.html" } } |