Fifteen puzzle

A famous fifteen puzzle now in you browser!

What is Fifteen puzzle?

Fifteen puzzle is a Chrome extension developed by Unknown, and its main feature is "A famous fifteen puzzle now in you browser!".

Extension Screenshots

screenshot

Download Fifteen puzzle Extension CRX File

Download Fifteen puzzle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Famous fifteen puzzle in your browser!                    

Extension Basic Information

Name Fifteen puzzle Fifteen puzzle
ID bmmdhlggcmenmfpgngflkfejddjcplff
Official URL https://chromewebstore.google.com/detail/fifteen-puzzle/bmmdhlggcmenmfpgngflkfejddjcplff
Description A famous fifteen puzzle now in you browser!
File Size 61.55 KB
Installation Count 83
Current Version 1.0
Last Updated 2014-06-24
Publish Date 2014-06-24
Rating 4.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fifteen puzzle",
    "version": "1.0",
    "description": "A famous fifteen puzzle now in you browser!",
    "icons": {
        "32": "32x32.png",
        "48": "48x48.png",
        "64": "64x64.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_title": "Game of 15",
        "default_icon": "48x48.png",
        "default_popup": "popup.html"
    }
}