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是由James Waller开发的Chrome扩展程序,该扩展的主要功能是“UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…”。
扩展截图
下载UG Downloader扩展crx文件
下载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" ] } |