Ultimate Guitar Favorites to Spotify
Easily export your Ultimate Guitar favorite songs to your Spotify
什麼是Ultimate Guitar Favorites to Spotify?
Ultimate Guitar Favorites to Spotify是由Antoine Mary開發的Chrome擴展程式,該擴展的主要功能是“Easily export your Ultimate Guitar favorite songs to your Spotify”。
擴展截圖
下載Ultimate Guitar Favorites to Spotify擴展crx文件
下載Ultimate Guitar Favorites to Spotify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
v1.6.8: 2021 Spring cleaning, sorry for the delay! You added a lot of tabs to your favorites on Ultimate Guitar and you wish you could practice them easily. Well you came to the right place! This extension will create a Spotify playlist containing all the songs from your favorites. Once this extension is installed, you'll only have to open your 'My Tabs' page and click on the guitar pick located on the left of the page. Enjoy it!
擴展基本資訊
名稱 | |
ID | jhadlgfdcpedmbohiknkbnfmpiaccocl |
官方網址 | https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl |
簡介 | Easily export your Ultimate Guitar favorite songs to your Spotify |
檔案大小 | 386 KB |
安裝次數 | 648 |
目前版本 | 1.6.8 |
更新時間 | 2021-04-26 |
上架時間 | 2020-05-17 |
評分 | 3.73/5 共 11 次評分 |
開發者 | Antoine Mary |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
說明頁面URL | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.6.8", "icons": { "128": "icon128.png" }, "name": "Ultimate Guitar Favorites to Spotify", "description": "Easily export your Ultimate Guitar favorite songs to your Spotify", "content_scripts": [ { "matches": [ "https:\/\/www.ultimate-guitar.com\/user\/mytabs" ], "js": [ "app.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |