UG Downloader
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
Wat is UG Downloader?
UG Downloader is een Chrome-extensie ontwikkeld door James Waller, en de belangrijkste functie is "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".
Extensie Screenshots
Download het CRX-bestand van de extensie UG Downloader
Download UG Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jmccjimjbganlpjjkakekhpjlphfoofc |
Officiële URL | https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc |
Beschrijving | UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports… |
Bestandsgrootte | 9.28 KB |
Aantal Installaties | 2,099 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2021-01-21 |
Publicatiedatum | 2017-09-19 |
Beoordeling | 3.74/5 Totaal 23 Beoordelingen |
Ontwikkelaar | James Waller |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |