UG Downloader
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
UG Downloaderคืออะไร?
UG Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Waller และคุณลักษณะหลักของมันคือ "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UG Downloader
ดาวน์โหลดไฟล์ส่วนขยาย UG Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports downloads for tabs that have been removed from the site as well, so no more pesky "This tab has been removed by the publisher" issues. Usage: Simply visit a guitar pro and power tab page and click on the UG Downloader extension icon. Tabs will be automatically downloaded for you in your default download location. UPDATE: Now supports HTTPS and the updated Ultimate Guitar download path. If your extension isn't working due to "Page not found", please update your extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmccjimjbganlpjjkakekhpjlphfoofc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc |
คำอธิบาย | UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports… |
ขนาดไฟล์ | 9.28 KB |
จำนวนการติดตั้ง | 2,099 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2021-01-21 |
วันที่เผยแพร่ | 2017-09-19 |
คะแนน | 3.74/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | James Waller |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UG Downloader", "version": "3.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "name": "Click to download tab" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/tabs.ultimate-guitar.com\/*", "http:\/\/tabs.ultimate-guitar.com\/*", "tabs" ] } |