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文件

下載KMineSweeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ** 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
官方網址 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"
    }
}