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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |