Monster Cards
Create monster cards, magic item cards and paper minis from D&D Beyond
什么是Monster Cards?
Monster Cards是由Rawr Creations开发的Chrome扩展程序,该扩展的主要功能是“Create monster cards, magic item cards and paper minis from D&D Beyond”。
扩展截图
下载Monster Cards扩展crx文件
下载Monster Cards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool is meant to help Dungeon Masters using content from D&D Beyond to export printable monster cards, magic cards and paper minis for Dungeon and Dragons. -- Updates --- * v1.0.1 - Fix some monster card text overlapping * v1.0.2 - Fix change image * v1.0.3 - Improve list sync and fix overlapping text
扩展基本信息
名称 | Monster Cards |
ID | epbiejjeicckcbackkiieaecponhfdbg |
官方URL | https://chromewebstore.google.com/detail/monster-cards/epbiejjeicckcbackkiieaecponhfdbg |
简介 | Create monster cards, magic item cards and paper minis from D&D Beyond |
文件大小 | 1.7 MB |
安装次数 | 760 |
当前版本 | 1.0.3 |
更新时间 | 2019-11-01 |
上架时间 | 2019-10-31 |
评分 | 2.00/5 共1次评分 |
开发者 | Rawr Creations |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monster Cards", "short_name": "Monster Cards", "author": "Rawr Creations", "version": "1.0.3", "description": "Create monster cards, magic item cards and paper minis from D&D Beyond", "permissions": [ "activeTab", "storage", "https:\/\/*\/", "http:\/\/*\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Monster Cards", "default_popup": "popup.html", "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |