ugpdfs
Generate PDFs from Ultimate Guitar tabs
ugpdfsคืออะไร?
ugpdfs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ugpdfs และคุณลักษณะหลักของมันคือ "Generate PDFs from Ultimate Guitar tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ugpdfs
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | mijneekdgfcfdledaobadahlmiejkiaf |
URL อย่างเป็นทางการ | 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" } } |