Picture Sudoku
Play sudoku with images
Picture Sudoku क्या है?
Picture Sudoku https://mobilefirst.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play sudoku with images"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Picture Sudoku एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enjoy the classic sudoku game but with a twist: play sudoku with pictures! Click the extension toolbar icon anytime you want to start a game. There are multiple levels that get increasingly more challenging. Each level has a different set of cards focused around a specific theme. Extension Permissions ===================== * uses local storage to save user preferences * uses chrome window size to determine the size of game window * does not require any elevated permissions Privacy Policy ============== You can play this game anonymously. Analytics are used to understand user interaction. Analytics are aggregated and do not compromise individual user privacy.
एक्सटेंशन की मूल जानकारी
नाम | Picture Sudoku |
ID | cklimhgdjamnilkolaheppaadgmmnaii |
आधिकारिक URL | https://chromewebstore.google.com/detail/picture-sudoku/cklimhgdjamnilkolaheppaadgmmnaii |
विवरण | Play sudoku with images |
फ़ाइल का आकार | 46.88 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-01-19 |
प्रकाशन तिथि | 2020-07-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://mobilefirst.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/cklimhgdjamnilkolaheppaadgmmnaii", "version": "3.0.3", "version_name": "1.0.2", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "31", "incognito": "split", "permissions": [ "system.display", "storage" ], "options_page": "options.html", "icons": { "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/16x16.png", "24": "icons\/24x24.png", "36": "icons\/36x36.png" }, "default_title": "__MSG_appName__" } } |