Roll20 Character Sheet Printer

Export Roll20 Character Sheets to a Printable Format

What is Roll20 Character Sheet Printer?

Roll20 Character Sheet Printer is a Chrome extension developed by Josh Sanderson, and its main feature is "Export Roll20 Character Sheets to a Printable Format".

Extension Screenshots

screenshot
screenshot
screenshot

Download Roll20 Character Sheet Printer Extension CRX File

Download Roll20 Character Sheet Printer 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 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.                    

Extension Basic Information

Name Roll20 Character Sheet Printer Roll20 Character Sheet Printer
ID jglihdfjglgocmijkfjpoogomlbboopm
Official URL https://chromewebstore.google.com/detail/roll20-character-sheet-pr/jglihdfjglgocmijkfjpoogomlbboopm
Description Export Roll20 Character Sheets to a Printable Format
File Size 32.08 KB
Installation Count 1,249
Current Version 1.0.2
Last Updated 2022-11-02
Publish Date 2022-10-31
Rating 3.50/5 Total 2 Ratings
Developer Josh Sanderson
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}