日文歌詞下載
想唱日文歌卻又不知道漢字怎麼唸? 每次都要上網查很煩? 把日文歌詞下載下來自己收藏,想看就看
What is 日文歌詞下載?
日文歌詞下載 is a Chrome extension developed by Yu-Hsien Yeh, and its main feature is "想唱日文歌卻又不知道漢字怎麼唸? 每次都要上網查很煩? 把日文歌詞下載下來自己收藏,想看就看".
Extension Screenshots
Download 日文歌詞下載 Extension CRX File
Download 日文歌詞下載 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Github: https://github.com/ex860/JPLyrics 輕鬆取得日文歌詞!到指定的歌詞網站,按一下按鈕就輕鬆複製歌詞 - 支援 HTML 的 Ruby 標籤,看不懂漢字也可以輕鬆了解念法 - 三種模式可以選取,不管你是要純假名,不要念法,還是要有振り仮名都可以! 支援網站: - marumaru https://www.jpmarumaru.com/tw/JPSongList.asp - UtaTen https://utaten.com/
Extension Basic Information
Name | |
ID | pmdlhfbdfflgchidenaommfoadiedlmo |
Official URL | https://chromewebstore.google.com/detail/%E6%97%A5%E6%96%87%E6%AD%8C%E8%A9%9E%E4%B8%8B%E8%BC%89/pmdlhfbdfflgchidenaommfoadiedlmo |
Description | 想唱日文歌卻又不知道漢字怎麼唸? 每次都要上網查很煩? 把日文歌詞下載下來自己收藏,想看就看 |
File Size | 7.09 KB |
Installation Count | 170 |
Current Version | 1.1.0 |
Last Updated | 2022-12-09 |
Publish Date | 2020-04-26 |
Developer | Yu-Hsien Yeh |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ex860/JPLyrics |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u65e5\u6587\u6b4c\u8a5e\u4e0b\u8f09", "description": "\u60f3\u5531\u65e5\u6587\u6b4c\u537b\u53c8\u4e0d\u77e5\u9053\u6f22\u5b57\u600e\u9ebc\u5538? \u6bcf\u6b21\u90fd\u8981\u4e0a\u7db2\u67e5\u5f88\u7169? \u628a\u65e5\u6587\u6b4c\u8a5e\u4e0b\u8f09\u4e0b\u4f86\u81ea\u5df1\u6536\u85cf\uff0c\u60f3\u770b\u5c31\u770b", "version": "1.1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/utaten.com\/lyric\/*", "https:\/\/www.jpmarumaru.com\/tw\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content_scripts.js" ] } ] } |