transpose4free
Transposing chords on tab4u and possibly other chord websites
Τι είναι το transpose4free;
Το transpose4free είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amitbuweb, και η κύρια λειτουργία του είναι "Transposing chords on tab4u and possibly other chord websites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης transpose4free
Λήψη αρχείων επέκτασης transpose4free σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you use websites that takes money from transposing chords to different scales (like tab4u.com) then this extension is for you. It lets you change the scale using client-side script, avoiding the website fee. Note: This extension currently works on tab4u.com website and could be used in the future on other services, depending on the demand. Contact me for any suggestions and improvements.
Βασικές Πληροφορίες Επέκτασης
Όνομα | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
Επίσημο URL | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
Περιγραφή | Transposing chords on tab4u and possibly other chord websites |
Μέγεθος Αρχείου | 10.23 KB |
Αριθμός Εγκαταστάσεων | 45 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2021-11-23 |
Ημερομηνία Δημοσίευσης | 2021-04-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | amitbuweb |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "transpose4free", "description": "Transposing chords on tab4u and possibly other chord websites", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tab4u.com\/tabs\/songs\/*" ], "css": [ "tab4u.css" ], "js": [ "utils.js", "tab4uContent.js" ] } ] } |