Roll20 Character Sheet Exporter for 5e
Export Roll20 DnD 5e Character Sheet to PDF
What is Roll20 Character Sheet Exporter for 5e?
Roll20 Character Sheet Exporter for 5e is a Chrome extension developed by Josh Sanderson, and its main feature is "Export Roll20 DnD 5e Character Sheet to PDF".
Extension Screenshots
Download Roll20 Character Sheet Exporter for 5e Extension CRX File
Download Roll20 Character Sheet Exporter for 5e extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds an export button to the 5e character sheet of Roll20 games and exports the character sheet to an editable, savable, and printable form. Will only work with one character sheet open at a time and currently only tested with DnD 5e Character Sheets
Extension Basic Information
Name | Roll20 Character Sheet Exporter for 5e |
ID | gbohbkeglcbaejjpmmdhnjnhflleaabi |
Official URL | https://chromewebstore.google.com/detail/roll20-character-sheet-ex/gbohbkeglcbaejjpmmdhnjnhflleaabi |
Description | Export Roll20 DnD 5e Character Sheet to PDF |
File Size | 34.45 KB |
Installation Count | 637 |
Current Version | 1.0.6 |
Last Updated | 2023-10-26 |
Publish Date | 2022-10-22 |
Rating | 3.80/5 Total 5 Ratings |
Developer | Josh Sanderson |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roll20 Character Sheet Exporter for 5e", "version": "1.0.6", "manifest_version": 3, "description": "Export Roll20 DnD 5e Character Sheet to PDF", "background": { "service_worker": "background.js" }, "action": { "default_title": "Roll20 Character Sheet Exporter for 5e", "default_icon": "icon.png" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/app.roll20.net\/*", "http:\/\/app.roll20.net\/*" ] } |