I Love Sudoku
Free, Open Source And Clean Sudoku Game.
I Love Sudoku란 무엇입니까?
I Love Sudoku은(는) dexiang.wu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free, Open Source And Clean Sudoku Game."입니다.
확장 프로그램 스크린샷
I Love Sudoku 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a free and clean sudoku game, from easy to extreme level.
확장 프로그램 기본 정보
이름 | I Love Sudoku |
ID | ekmbapaleikifnicdifaloejmhliihbd |
공식 URL | https://chromewebstore.google.com/detail/i-love-sudoku/ekmbapaleikifnicdifaloejmhliihbd |
설명 | Free, Open Source And Clean Sudoku Game. |
파일 크기 | 204 KB |
설치 횟수 | 230 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2020-09-17 |
출시 날짜 | 2020-09-16 |
개발자 | dexiang.wu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.0.0.0", "description": "__MSG_extensionDescription__", "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" } }, "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_locale": "zh_CN" } |