KMineSweeper

A Classic MineSweeper game with beautiful graphics and score board

KMineSweeper란 무엇입니까?

KMineSweeper은(는) Ahmed Kotb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Classic MineSweeper game with beautiful graphics and score board"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** Update : New Facebook page https://www.facebook.com/kminesweeper **

The Mine Sweeper game that we all know but in a new look and feel with support of all the features found in the desktop version.
features :
   -small/medium/large boards
   -flags.
   -clicking in uncovered cell with correct flags around it will reveal all the surrounding cells.
   -score board.
   -pause/resume.
   -resume last played game

why should you install Mine Sweeper ?
well if you are feeling geeky or you are a mine sweeper addict like me then you will find this extension a great time killer :)
also it doesn't depend on your PC so it will work in any platform even in your portable chrome version.

For any one interested in improving the extension , the source code is now in github 
http://github.com/ahmedkotb/ChromeMinesweeper                    

확장 프로그램 기본 정보

이름 KMineSweeper KMineSweeper
ID ldmhhkobonimkpkfoabdmmngbbjcgilo
공식 URL https://chromewebstore.google.com/detail/kminesweeper/ldmhhkobonimkpkfoabdmmngbbjcgilo
설명 A Classic MineSweeper game with beautiful graphics and score board
파일 크기 134 KB
설치 횟수 4,590
현재 버전 0.6.3
최근 업데이트 2013-08-11
출시 날짜 2013-08-11
평점 4.45/5 총 158 개의 평점
개발자 Ahmed Kotb
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/ahmedkotb/ChromeMinesweeper
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KMineSweeper",
    "version": "0.6.3",
    "manifest_version": 2,
    "description": "A Classic MineSweeper game with beautiful graphics and score board",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/mine.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}