公主连结刷图计算器

这个扩展为手机游戏“公主连结: Re Dive”的非官方Wiki网站提供了额外的功能,可以为你计算出游玩计划,以尽量地节省游戏资源(体力值)。

What is 公主连结刷图计算器?

公主连结刷图计算器 is a Chrome extension developed by Lee JW, and its main feature is "这个扩展为手机游戏“公主连结: Re Dive”的非官方Wiki网站提供了额外的功能,可以为你计算出游玩计划,以尽量地节省游戏资源(体力值)。".

Extension Screenshots

screenshot
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

                        当你游玩手机游戏“公主连结:ReDive”(Princess Connect: Re Dive)时,你可能面临以下问题:你需要一些装备,如何安排游玩规划,才能最大化地节省游戏资源(体力值)的同时获得需求的装备呢?这个扩展能为你解决这个问题。
在访问非官方wiki网站“兰德索尔图书馆”的时候,你可以选择令这个扩展从分析wiki的网页,并读取装备的获取位置、地图掉落信息等数据,并用这些数据来分析、计算出一个最优游玩计划,供你参考。另外,扩展还提供了两种计算的方法,并且提供了一些其它选项,例如活动期间的掉落数量翻倍。                    

Extension Basic Information

Name 公主连结刷图计算器 公主连结刷图计算器
ID ogbcpldmfpobkcoefefcegmajngogejd
Official URL https://chromewebstore.google.com/detail/%E5%85%AC%E4%B8%BB%E8%BF%9E%E7%BB%93%E5%88%B7%E5%9B%BE%E8%AE%A1%E7%AE%97%E5%99%A8/ogbcpldmfpobkcoefefcegmajngogejd
Description 这个扩展为手机游戏“公主连结: Re Dive”的非官方Wiki网站提供了额外的功能,可以为你计算出游玩计划,以尽量地节省游戏资源(体力值)。
File Size 76.68 KB
Installation Count 153
Current Version 1.0.7
Last Updated 2021-02-22
Publish Date 2020-06-24
Rating 5.00/5 Total 4 Ratings
Developer Lee JW
Email [email protected]
Payment Type free
Extension Website https://pcredivewiki.tw/Armory
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u516c\u4e3b\u8fde\u7ed3\u5237\u56fe\u8ba1\u7b97\u5668",
    "version": "1.0.7",
    "description": "\u8fd9\u4e2a\u6269\u5c55\u4e3a\u624b\u673a\u6e38\u620f\u201c\u516c\u4e3b\u8fde\u7ed3: Re Dive\u201d\u7684\u975e\u5b98\u65b9Wiki\u7f51\u7ad9\u63d0\u4f9b\u4e86\u989d\u5916\u7684\u529f\u80fd\uff0c\u53ef\u4ee5\u4e3a\u4f60\u8ba1\u7b97\u51fa\u6e38\u73a9\u8ba1\u5212\uff0c\u4ee5\u5c3d\u91cf\u5730\u8282\u7701\u6e38\u620f\u8d44\u6e90\uff08\u4f53\u529b\u503c\uff09\u3002",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pcredivewiki.tw\/Armory"
            ],
            "css": [],
            "js": [
                "contents\/content.js",
                "contents\/solver.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "page_action": {
        "default_popup": "components\/popup.html"
    },
    "icons": {
        "16": "images\/peko16.png",
        "32": "images\/peko32.png",
        "48": "images\/peko48.png",
        "128": "images\/peko128.png"
    },
    "manifest_version": 2
}