Monster Cards
Create monster cards, magic item cards and paper minis from D&D Beyond
Monster Cards là gì?
Monster Cards là một tiện ích mở rộng Chrome được phát triển bởi Rawr Creations, và tính năng chính của nó là "Create monster cards, magic item cards and paper minis from D&D Beyond".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Monster Cards
Tải xuống các tệp mở rộng Monster Cards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Monster Cards |
ID | epbiejjeicckcbackkiieaecponhfdbg |
URL Chính Thức | https://chromewebstore.google.com/detail/monster-cards/epbiejjeicckcbackkiieaecponhfdbg |
Mô tả | Create monster cards, magic item cards and paper minis from D&D Beyond |
Kích Thước Tệp | 1.7 MB |
Số Lần Cài Đặt | 760 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-11-01 |
Ngày Phát Hành | 2019-10-31 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Rawr Creations |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |