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 là gì?
UG Downloader là một tiện ích mở rộng Chrome được phát triển bởi James Waller, và tính năng chính của nó là "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UG Downloader
Tải xuống các tệp mở rộng UG Downloader 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmccjimjbganlpjjkakekhpjlphfoofc |
URL Chính Thức | https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc |
Mô tả | UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports… |
Kích Thước Tệp | 9.28 KB |
Số Lần Cài Đặt | 2,099 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2021-01-21 |
Ngày Phát Hành | 2017-09-19 |
Đánh Giá | 3.74/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | James Waller |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |