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はtyler.fields777によって開発された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…」です。
拡張機能のスクリーンショット
GuitarTabFinder拡張機能のCRXファイルをダウンロード
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'" } |