Roll20 Attack Template

Just a little extension to use Roll20 Templates more easily.

Roll20 Attack Templateとは何ですか?

Roll20 Attack Templateはpyandersonによって開発されたChromeの拡張機能で、その主な機能は「Just a little extension to use Roll20 Templates more easily.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Roll20 Attack Template拡張機能のCRXファイルをダウンロード

Roll20 Attack Template拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this extension it's easy to use Roll20 Templates to make attack rolls in Roll20 app.

All icons used in this extension are from Icons8 (https://icons8.com).                    

拡張機能の基本情報

名前 Roll20 Attack Template Roll20 Attack Template
ID kgcihjjncpnpmmlpngejfnadfbadijpe
公式URL https://chromewebstore.google.com/detail/roll20-attack-template/kgcihjjncpnpmmlpngejfnadfbadijpe
説明 Just a little extension to use Roll20 Templates more easily.
ファイルサイズ 109 KB
インストール数 114
現在のバージョン 0.0.1
最終更新日 2021-07-28
公開日 2020-03-30
開発者 pyanderson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pyanderson/roll20_attack_template
ヘルプページのURL https://github.com/pyanderson/roll20_attack_template/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 Attack Template",
    "version": "0.0.1",
    "description": "Just a little extension to use Roll20 Templates more easily.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "third_party\/jquery-3.4.1.min.js",
                "third_party\/jquery-ui-1.12.1.min.js",
                "core.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/Gaming-Dice-icon16.png",
        "32": "images\/Gaming-Dice-icon32.png",
        "48": "images\/Gaming-Dice-icon48.png",
        "128": "images\/Gaming-Dice-icon128.png"
    },
    "manifest_version": 2
}