Picture Sudoku

Play sudoku with images

Picture Sudoku là gì?

Picture Sudoku là một tiện ích mở rộng Chrome được phát triển bởi https://mobilefirst.me, và tính năng chính của nó là "Play sudoku with images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picture Sudoku

Tải xuống các tệp mở rộng Picture Sudoku dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Picture Sudoku Picture Sudoku
ID cklimhgdjamnilkolaheppaadgmmnaii
URL Chính Thức https://chromewebstore.google.com/detail/picture-sudoku/cklimhgdjamnilkolaheppaadgmmnaii
Mô tả Play sudoku with images
Kích Thước Tệp 46.88 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-01-19
Ngày Phát Hành 2020-07-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://mobilefirst.me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}