Open in Chordify for YouTube Music™
Adds a button to open a song in Chordify for YouTube Music™.
什麼是Open in Chordify for YouTube Music™?
Open in Chordify for YouTube Music™是由https://austincoleman.dev開發的Chrome擴展程式,該擴展的主要功能是“Adds a button to open a song in Chordify for YouTube Music™.”。
擴展截圖
下載Open in Chordify for YouTube Music™擴展crx文件
下載Open in Chordify for YouTube Music™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes it easier to open songs in Chordify directly from YouTube Music™, rather than manually copying and pasting the URL.
Chordify.net is a website that turns songs into chords. YouTube Music™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. 擴展基本資訊
| 名稱 | |
| ID | efdbgeighcgfdlbmgnagndlpjccihpdl |
| 官方網址 | https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl |
| 簡介 | Adds a button to open a song in Chordify for YouTube Music™. |
| 檔案大小 | 12.96 KB |
| 安裝次數 | 129 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-05-05 |
| 上架時間 | 2023-05-05 |
| 開發者 | https://austincoleman.dev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/AustinMichaelColeman/open-in-chordify |
| 說明頁面URL | https://github.com/AustinMichaelColeman/open-in-chordify/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open in Chordify for YouTube Music\u2122",
"version": "1.0",
"manifest_version": 3,
"description": "Adds a button to open a song in Chordify for YouTube Music\u2122.",
"host_permissions": [
"https:\/\/music.youtube.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/music.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "open-in-chordify-16.png",
"48": "open-in-chordify-48.png",
"128": "open-in-chordify-128.png"
}
} | |