2048 Prime
An easy-to-use and lite 2048 game!
2048 Prime란 무엇입니까?
2048 Prime은(는) Grephy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy-to-use and lite 2048 game!"입니다.
확장 프로그램 스크린샷
2048 Prime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The 2048 game is a fun, and simple puzzle game. HOW TO PLAY: use keyboard arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! The game's objective is to create a tile with the number 2048. Read more about 2048 in Wikipedia (https://en.wikipedia.org/wiki/2048_(video_game)). Few features: 1. The game and all settings are auto-saved. 2. There are 12 colors for the puzzle to choose from. 3. Use the Hint button to get hints at any time in the game. 4. Includes auto mode, which uses artificial intelligence to automatically play the game. Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/2048.html) and fill the bug report form.
확장 프로그램 기본 정보
이름 | 2048 Prime |
ID | ooihmphmmajfdadiaioggpfmpdijajah |
공식 URL | https://chromewebstore.google.com/detail/2048-prime/ooihmphmmajfdadiaioggpfmpdijajah |
설명 | An easy-to-use and lite 2048 game! |
파일 크기 | 27.33 KB |
설치 횟수 | 210 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2024-01-08 |
출시 날짜 | 2020-03-07 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | Grephy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/2048.html |
도움말 페이지 URL | https://mybrowseraddon.com/2048.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "name": "2048 Prime", "manifest_version": 3, "offline_enabled": true, "description": "An easy-to-use and lite 2048 game!", "homepage_url": "https:\/\/mybrowseraddon.com\/2048.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_title": "2048 Prime", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |