在线数独

数独大众心目中最好的渡过时间的游戏,游戏的机制容易理解,但真正挑战你的心理承受能力。

What is 在线数独?

在线数独 is a Chrome extension developed by 10206271, and its main feature is "数独大众心目中最好的渡过时间的游戏,游戏的机制容易理解,但真正挑战你的心理承受能力。".

Extension Screenshots

screenshot

Download 在线数独 Extension CRX File

Download 在线数独 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

                        简介:数独大众心目中最好的渡过时间的游戏,游戏的机制容易理解,但真正挑战你的心理承受能力。
功能说明:数独大众心目中最好的渡过时间的游戏,游戏的机制容易理解,但真正挑战你的心理承受能力。                    

Extension Basic Information

Name 在线数独 在线数独
ID geedmcjjpjjcjmioeaeppolhbdkandde
Official URL https://chromewebstore.google.com/detail/%E5%9C%A8%E7%BA%BF%E6%95%B0%E7%8B%AC/geedmcjjpjjcjmioeaeppolhbdkandde
Description 数独大众心目中最好的渡过时间的游戏,游戏的机制容易理解,但真正挑战你的心理承受能力。
File Size 826 KB
Installation Count 182
Current Version 5.2
Last Updated 2018-04-10
Publish Date 2018-04-10
Developer 10206271
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5728\u7ebf\u6570\u72ec",
    "description": "\u6570\u72ec\u5927\u4f17\u5fc3\u76ee\u4e2d\u6700\u597d\u7684\u6e21\u8fc7\u65f6\u95f4\u7684\u6e38\u620f\uff0c\u6e38\u620f\u7684\u673a\u5236\u5bb9\u6613\u7406\u89e3\uff0c\u4f46\u771f\u6b63\u6311\u6218\u4f60\u7684\u5fc3\u7406\u627f\u53d7\u80fd\u529b\u3002",
    "version": "5.2",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "128.png"
        },
        "default_title": "\u5728\u7ebf\u6570\u72ec"
    }
}