GuitarTabFinder
As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of…
Τι είναι το GuitarTabFinder;
Το GuitarTabFinder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tyler.fields777, και η κύρια λειτουργία του είναι "As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GuitarTabFinder
Λήψη αρχείων επέκτασης GuitarTabFinder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of going to ultimate-guitar and then searching for the song and it can be a pain. Guitar Tab Finder automates this process for you! This chrome extension grabs the video's title, prefills the artist and song title, then searches to see what options are available for the given information. Your choice is then opened in a new Chrome tab so you can get learning!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dlelcgdgpoffihbnfgamnbkhdofabamg |
Επίσημο URL | https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg |
Περιγραφή | As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of… |
Μέγεθος Αρχείου | 52.07 KB |
Αριθμός Εγκαταστάσεων | 820 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-12-07 |
Ημερομηνία Δημοσίευσης | 2016-12-07 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | tyler.fields777 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GuitarTabFinder", "version": "1.0.1", "permissions": [ "tabs", "activeTab", "https:\/\/*\/" ], "browser_action": { "default_icon": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "index.html", "default_title": "Guitar Tab Finder" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |