Netease Cloud Music Search
Add Netease Cloud Music search engine
Netease Cloud Music Searchとは何ですか?
Netease Cloud Music Searchはhttps://xianqiao.wangによって開発されたChromeの拡張機能で、その主な機能は「Add Netease Cloud Music search engine」です。
拡張機能のスクリーンショット
Netease Cloud Music Search拡張機能のCRXファイルをダウンロード
Netease Cloud Music Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enter "music" in the address bar and press the tab key to use Netease Cloud Music search engine 拡張機能の基本情報
| 名前 | |
| ID | gecpfjjebddfmhjnljndjldddbjdagfl |
| 公式URL | https://chromewebstore.google.com/detail/netease-cloud-music-searc/gecpfjjebddfmhjnljndjldddbjdagfl |
| 説明 | Add Netease Cloud Music search engine |
| ファイルサイズ | 48.3 KB |
| インストール数 | 379 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2020-09-16 |
| 公開日 | 2020-09-15 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://xianqiao.wang |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mantou132/NeteaseCloudMusicSearch |
| ヘルプページのURL | https://github.com/mantou132/NeteaseCloudMusicSearch/issues |
| プライバシーポリシーページのURL | https://spotify-lyrics-extension.netlify.app/privacy-policy.html |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netease Cloud Music Search",
"version": "0.0.1",
"manifest_version": 2,
"description": "Add Netease Cloud Music search engine",
"omnibox": {
"keyword": "music"
},
"icons": {
"128": "icon_128.png",
"640": "icon_640.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |