Roll20 Character Sheet Printer
Export Roll20 Character Sheets to a Printable Format
Roll20 Character Sheet Printerとは何ですか?
Roll20 Character Sheet PrinterはJosh Sandersonによって開発されたChromeの拡張機能で、その主な機能は「Export Roll20 Character Sheets to a Printable Format」です。
拡張機能のスクリーンショット
Roll20 Character Sheet Printer拡張機能のCRXファイルをダウンロード
Roll20 Character Sheet Printer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a print button to the character sheet tab on Roll20. Will export the sheet to a blank page and from there the page can be printed or saved as a pdf. Works on most sheets but not guaranteed to work for every sheet.
拡張機能の基本情報
名前 | Roll20 Character Sheet Printer |
ID | jglihdfjglgocmijkfjpoogomlbboopm |
公式URL | https://chromewebstore.google.com/detail/roll20-character-sheet-pr/jglihdfjglgocmijkfjpoogomlbboopm |
説明 | Export Roll20 Character Sheets to a Printable Format |
ファイルサイズ | 32.08 KB |
インストール数 | 1,249 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-11-02 |
公開日 | 2022-10-31 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | Josh Sanderson |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roll20 Character Sheet Printer", "version": "1.0.2", "manifest_version": 3, "description": "Export Roll20 Character Sheets to a Printable Format", "background": { "service_worker": "background.js" }, "action": { "default_title": "Roll20 Character Sheet Printer", "default_icon": "icon.png" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/app.roll20.net\/*", "http:\/\/app.roll20.net\/*" ] } |