ugpdfs

Generate PDFs from Ultimate Guitar tabs

什麼是ugpdfs?

ugpdfs是由ugpdfs開發的Chrome擴展程式,該擴展的主要功能是“Generate PDFs from Ultimate Guitar tabs”。

擴展截圖

screenshot
screenshot
screenshot

下載ugpdfs擴展crx文件

下載ugpdfs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ugpdfs ugpdfs
ID mijneekdgfcfdledaobadahlmiejkiaf
官方網址 https://chromewebstore.google.com/detail/ugpdfs/mijneekdgfcfdledaobadahlmiejkiaf
簡介 Generate PDFs from Ultimate Guitar tabs
檔案大小 387 KB
安裝次數 472
目前版本 1.0.1
更新時間 2023-11-11
上架時間 2022-05-20
開發者 ugpdfs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ugpdfs.github.io/
隱私政策頁面URL https://ugpdfs.github.io/privacy.html
支援的語言 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"
    }
}