围棋水平测试

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

Wat is 围棋水平测试?

围棋水平测试 is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "围棋水平测试每日一题,包括布局、中盘、官子、手筋、死活、终盘等题型。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 围棋水平测试

Download 围棋水平测试-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 围棋水平测试 围棋水平测试
ID iljdeaanmpapbleofdflfbkkfgclcodp
Officiële 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
Beschrijving 围棋水平测试每日一题,包括布局、中盘、官子、手筋、死活、终盘等题型。
Bestandsgrootte 2.31 MB
Aantal Installaties 81
Huidige Versie 1.1
Laatst Bijgewerkt 2021-11-16
Publicatiedatum 2021-11-15
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}