Merisyl Roll20 Integration

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

Merisyl Roll20 Integrationคืออะไร?

Merisyl Roll20 Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merisyl และคุณลักษณะหลักของมันคือ "Integration the tools at tools.merisyl.com with Roll20!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merisyl Roll20 Integration

ดาวน์โหลดไฟล์ส่วนขยาย Merisyl Roll20 Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}