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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Monster Cards 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}