Picture Sudoku

Play sudoku with images

Picture Sudoku란 무엇입니까?

Picture Sudoku은(는) https://mobilefirst.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play sudoku with images"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Picture Sudoku 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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__"
    }
}