AI 产品解读Extracts character sheet data from 'Character Sheet Warehouse' (character-sheets.appspot.com) and generates formatted chat palettes and CCFOLIA commands.
Simplifies the preparation of character data for tabletop RPG sessions by automating the extraction and formatting of stats, skills, and spells into usable formats for chat tools and CCFOLIA.
User visits a character sheet on character-sheets.appspot.com -> Extension detects the RPG system -> User clicks extension icon -> Extension extracts data via content scripts -> User receives formatted chat palette or CCFOLIA command data -> User copies or downloads the result.
Extracts character data from supported RPG systems (Shinobigami, Magicalogia, Insane)Generates formatted chat palettes for RPG chat toolsExports data as downloadable text files or copies to clipboardGenerates CCFOLIA commands with pre-filled status and memo fieldsSupports variable management and specific skill checks (e.g., survival, ninjutsu)
- 目标用户
- Tabletop RPG players using CCFOLIA / Players of Shinobigami, Magicalogia, and Insane RPG systems / Users of the 'Character Sheet Warehouse' website
- The extension relies on the structure of character-sheets.appspot.com; if that site changes its DOM, extraction may break.
- The destination service (character-sheets.appspot.com) might require a login for the user to view the sheets, but the extension itself does not handle authentication.
付费分析未识别到付费功能
The extension is free. There are no references to payment gateways, subscription management, license keys, or premium feature gating in the source code. The keyword 'pro' found in the static analysis was a false positive (e.g., 'processedText').
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates locally on the current page (character-sheets.appspot.com) without requiring the user to sign in to the extension or the destination service to perform its core function (extracting character sheet data). The destination service (character-sheets.appspot.com) may require login for its own access, but the extension itself does not implement or require login logic.