Minesweeper Extension
Open a new tab and let's sweep some mines!
Minesweeper Extension란 무엇입니까?
Minesweeper Extension은(는) https://andrewgard.house에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a new tab and let's sweep some mines!"입니다.
확장 프로그램 스크린샷
Minesweeper Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is your classic Minesweeper, ready to play whenever you open a new tab. Features: - 4 difficulty levels - Scoreboard keeps track of your fastest times - Current game starts again when you open a new tab Controls: - Left click: Reveals a cell - Right click: Flags a cell Extension Icon made by Freepik (https://www.freepik.com/) from Flaticon (www.flaticon.com)
확장 프로그램 기본 정보
이름 | Minesweeper Extension |
ID | mlbddfjjjedjeablobkakcbmenmpkoag |
공식 URL | https://chromewebstore.google.com/detail/minesweeper-extension/mlbddfjjjedjeablobkakcbmenmpkoag |
설명 | Open a new tab and let's sweep some mines! |
파일 크기 | 486 KB |
설치 횟수 | 35 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-01-30 |
출시 날짜 | 2019-01-30 |
개발자 | https://andrewgard.house |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://andrewgard.house |
도움말 페이지 URL | https://andrewgard.house |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper Extension", "version": "1.0", "manifest_version": 2, "description": "Open a new tab and let's sweep some mines!", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/img\/icons\/bomb-16x16.png", "48": "\/img\/icons\/bomb-48x48.png", "128": "\/img\/icons\/bomb-128x128.png" }, "web_accessible_resources": [ "css\/*.css", "js\/*.js" ] } |