围棋水平测试

围棋水平测试每日一题,包括布局、中盘、官子、手筋、死活、终盘等题型。

What is 围棋水平测试?

围棋水平测试 is a Chrome extension developed by Unknown, 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 iljdeaanmpapbleofdflfbkkfgclcodp
Official URL https://chromewebstore.google.com/detail/%E5%9B%B4%E6%A3%8B%E6%B0%B4%E5%B9%B3%E6%B5%8B%E8%AF%95/iljdeaanmpapbleofdflfbkkfgclcodp
Description 围棋水平测试每日一题,包括布局、中盘、官子、手筋、死活、终盘等题型。
File Size 2.31 MB
Installation Count 81
Current Version 1.1
Last Updated 2021-11-16
Publish Date 2021-11-15
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u56f4\u68cb\u6c34\u5e73\u6d4b\u8bd5",
    "description": "\u56f4\u68cb\u6c34\u5e73\u6d4b\u8bd5\u6bcf\u65e5\u4e00\u9898\uff0c\u5305\u62ec\u5e03\u5c40\u3001\u4e2d\u76d8\u3001\u5b98\u5b50\u3001\u624b\u7b4b\u3001\u6b7b\u6d3b\u3001\u7ec8\u76d8\u7b49\u9898\u578b\u3002",
    "version": "1.1",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}