Monster Cards
Create monster cards, magic item cards and paper minis from D&D Beyond
Что такое Monster Cards?
Monster Cards - это расширение Chrome, разработанное Rawr Creations, и его основная функция - "Create monster cards, magic item cards and paper minis from D&D Beyond".
Снимки экрана расширения
Скачать файл CRX расширения Monster Cards
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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
} | |