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.”。
擴展截圖
下載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 |
ID | kgcihjjncpnpmmlpngejfnadfbadijpe |
官方網址 | 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 |
電子郵箱 | [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 } |