ugpdfs

Generate PDFs from Ultimate Guitar tabs

What is ugpdfs?

ugpdfs is a Chrome extension developed by ugpdfs, and its main feature is "Generate PDFs from Ultimate Guitar tabs".

Extension Screenshots

screenshot
screenshot
screenshot

Download ugpdfs Extension CRX File

Download ugpdfs 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

                        Try ugpdfs, a Chrome extension that generates clean, printable PDF files from guitar tabs on https://www.ultimate-guitar.com/. It even works after transposing the key.

1. Navigate to the tab you want to play.
2. Click the PDF button in the extension.
3. Open the generated PDF file.                    

Extension Basic Information

Name ugpdfs ugpdfs
ID mijneekdgfcfdledaobadahlmiejkiaf
Official URL https://chromewebstore.google.com/detail/ugpdfs/mijneekdgfcfdledaobadahlmiejkiaf
Description Generate PDFs from Ultimate Guitar tabs
File Size 387 KB
Installation Count 472
Current Version 1.0.1
Last Updated 2023-11-11
Publish Date 2022-05-20
Developer ugpdfs
Email [email protected]
Payment Type free
Extension Website https://ugpdfs.github.io/
Privacy Policy Page URL https://ugpdfs.github.io/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ugpdfs",
    "description": "Generate PDFs from Ultimate Guitar tabs",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/*.ultimate-guitar.com\/*;"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ultimate-guitar.com\/*",
                "https:\/\/*.ultimate-guitar.com\/*",
                "https:\/\/web.archive.org\/*"
            ],
            "js": [
                "content.js",
                "html2pdf-0.10.1.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/ugpdfs.github.io\/"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}