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 là gì?
GuitarTabFinder là một tiện ích mở rộng Chrome được phát triển bởi tyler.fields777, và tính năng chính của nó là "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…".
Ả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 GuitarTabFinder
Tải xuống các tệp mở rộng GuitarTabFinder 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dlelcgdgpoffihbnfgamnbkhdofabamg |
URL Chính Thức | https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg |
Mô tả | 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… |
Kích Thước Tệp | 52.07 KB |
Số Lần Cài Đặt | 820 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-12-07 |
Ngày Phát Hành | 2016-12-07 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | tyler.fields777 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |