Merisyl Roll20 Integration

Integration the tools at tools.merisyl.com with Roll20!

Merisyl Roll20 Integration란 무엇입니까?

Merisyl Roll20 Integration은(는) Merisyl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration the tools at tools.merisyl.com with Roll20!"입니다.

확장 프로그램 스크린샷

screenshot

Merisyl Roll20 Integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Merisyl site https://tools.merisyl.com includes Pathfinder character sheets (Version 1 and Version 2) which allow a user to create and maintain characters for the Pathfinder role playing game (RPG) system.  The Roll20.net site facilitates role playing gaming in a safe, socially-distanced virtual environment.  This plugin allows users of the Merisyl character sheets to send die rolls for gaming through the Roll20.net site.  The character statistics (saving throws, attack rolls, skill checks, etc) are entered into the Roll20.net rolling interface as if the user had typed them there and hit "submit".  The page contents are not altered in any other way, and the normal functioning of both the Merisyl site and Roll20 site are otherwise unaffected.

Users of the Merisyl Pathfinder character sheets who desire a smoother integration with the Roll20.net gaming site should install this plugin to eliminate manual steps.                    

확장 프로그램 기본 정보

이름 Merisyl Roll20 Integration Merisyl Roll20 Integration
ID mjighpehkmbgedbpjgcnhlcbhhfmimph
공식 URL https://chromewebstore.google.com/detail/merisyl-roll20-integratio/mjighpehkmbgedbpjgcnhlcbhhfmimph
설명 Integration the tools at tools.merisyl.com with Roll20!
파일 크기 83.2 KB
설치 횟수 16
현재 버전 0.1.0
최근 업데이트 2020-07-21
출시 날짜 2020-07-20
개발자 Merisyl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tools.merisyl.com
도움말 페이지 URL https://tools.merisyl.com
개인정보 보호 정책 페이지 URL https://tools.merisyl.com/privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merisyl Roll20 Integration",
    "version": "0.1.0",
    "description": "Integration the tools at tools.merisyl.com with Roll20!",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/tools.merisyl.com\/*",
        "https:\/\/app.roll20.net\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/MerisylLogo16.png",
            "32": "images\/MerisylLogo32.png",
            "48": "images\/MerisylLogo48.png",
            "128": "images\/MerisylLogo128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.merisyl.com\/*",
            "*:\/\/*.roll20.net\/*"
        ]
    },
    "icons": {
        "16": "images\/MerisylLogo16.png",
        "32": "images\/MerisylLogo32.png",
        "48": "images\/MerisylLogo48.png",
        "128": "images\/MerisylLogo128.png"
    },
    "manifest_version": 2
}