ArkRecord

方舟抽卡记录统计插件

ArkRecordคืออะไร?

ArkRecord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fiammetta และคุณลักษณะหลักของมันคือ "方舟抽卡记录统计插件"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArkRecord

ดาวน์โหลดไฟล์ส่วนขยาย ArkRecord ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        这是一个永久免费的,开源的,可以通过持续监控,登录后的明日方舟网站上所展示的抽卡数据的Chrome扩展。记录这些数据并进行一些初步统计。因为明日方舟只支持最多三十天内或者100条内的数据展示。所以这个插件可以记录并且统计你的抽卡数据,比如说五六星爆率,重复率。并且这个插件还支持数据的导出导入。
使用教程: https://duskxi.github.io/2022/03/16/ArkRecord/

更新内容:
图表分析,统计学分析,欧非值分析,支持鼠标悬浮表格显示对于干员名单
支持导出csv表格数据(导入暂时只支持json数据)
卡池出货时间线,充值/源石消费数据                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ArkRecord ArkRecord
ID mphjjhidfbbnjjnmpffepbfllgocggpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arkrecord/mphjjhidfbbnjjnmpffepbfllgocggpl
คำอธิบาย 方舟抽卡记录统计插件
ขนาดไฟล์ 11.16 MB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 0.1.0.1
อัปเดตครั้งล่าสุด 2022-09-05
วันที่เผยแพร่ 2022-03-17
ผู้พัฒนา fiammetta
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DuskXi/ArkRecord
URL หน้าช่วยเหลือ https://github.com/DuskXi/ArkRecord
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ArkRecord",
    "description": "\u65b9\u821f\u62bd\u5361\u8bb0\u5f55\u7edf\u8ba1\u63d2\u4ef6",
    "version": "0.1.0.1",
    "icons": {
        "16": "icons\/record-16.png",
        "48": "icons\/record-48.png",
        "128": "icons\/record-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.hypergryph.com\/*"
    ],
    "action": {
        "default_popup": "www\/index.html#\/popup",
        "default_title": "ArkRecord"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "my-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "ArkRecord"
}