npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

poi-plugin-kancolle-sync

v1.0.0

Published

舰娘数据同步 - 自动导出舰队Collection核心数值数据到JSON,支持设置面板配置输出目录

Readme

poi-plugin-kancolle-sync

POI 浏览器插件,自动将舰队Collection游戏数据导出为 JSON 文件。

功能

  • 自动导出:每次进港(port)时自动触发数据转储
  • 数据文件
    • my_ships.json — 持有舰娘列表(排除 Lv1 未锁定)
    • my_equips.json — 持有装备列表
    • my_account.json — 账号概要(提督信息、资源)
    • catalog_ships.json — 舰娘图鉴
    • catalog_equips.json — 装备图鉴
    • my_quest_record.json — 任务完成记录
  • 设置面板:在 POI 插件设置中可自定义输出目录
  • 状态面板:主面板显示当前配置和导出状态
  • 零依赖:仅依赖 POI 内置的 React

安装

在 POI 插件管理中搜索 poi-plugin-kancolle-sync 安装,或手动:

cd %APPDATA%\poi\plugins
npm install poi-plugin-kancolle-sync

使用

  1. 安装后重启 POI
  2. 进入游戏港口,插件自动导出数据
  3. 默认输出到 %APPDATA%\poi\kancolle-data\
  4. 如需修改输出目录,前往 插件设置 > Kancolle Sync

数据说明

  • 飞机类装备熟练度默认按满熟练度(alv=7)输出,陆侦保留实际值
  • 改修等级(level)保留实际值
  • 舰娘统计排除 Lv1 且未上锁的舰娘

开发

# 在 POI 插件目录安装
cd %APPDATA%\poi\plugins
npm install poi-plugin-kancolle-sync

License

MIT


⚠️ 本插件由 AI 辅助开发完成。