ugpdfs

Generate PDFs from Ultimate Guitar tabs

ugpdfs là gì?

ugpdfs là một tiện ích mở rộng Chrome được phát triển bởi ugpdfs, và tính năng chính của nó là "Generate PDFs from Ultimate Guitar tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ugpdfs

Tải xuống các tệp mở rộng ugpdfs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ugpdfs ugpdfs
ID mijneekdgfcfdledaobadahlmiejkiaf
URL Chính Thức https://chromewebstore.google.com/detail/ugpdfs/mijneekdgfcfdledaobadahlmiejkiaf
Mô tả Generate PDFs from Ultimate Guitar tabs
Kích Thước Tệp 387 KB
Số Lần Cài Đặt 472
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-11-11
Ngày Phát Hành 2022-05-20
Nhà Phát Triển ugpdfs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ugpdfs.github.io/
URL Trang Chính Sách Bảo Mật https://ugpdfs.github.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}