BTS Random Lyrics
See a random BTS Lyrics when you open a new tab.
什麼是BTS Random Lyrics?
BTS Random Lyrics是由itsabhinaya開發的Chrome擴展程式,該擴展的主要功能是“See a random BTS Lyrics when you open a new tab.”。
擴展截圖
下載BTS Random Lyrics擴展crx文件
下載BTS Random Lyrics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you recently discovered BTS or a long time ARMY, you know that BTS lyrics are powerful and great. With this extension, you get to see some of their lyrics every time you open a new tab. Most lyrics are shown in English, Korean, and Romanization. So if you are trying to memorize or learn some of the lyrics this is a great way to do it.
擴展基本資訊
名稱 | BTS Random Lyrics |
ID | okfefjfpfpglahoabicpkddllnielhkj |
官方網址 | https://chromewebstore.google.com/detail/bts-random-lyrics/okfefjfpfpglahoabicpkddllnielhkj |
簡介 | See a random BTS Lyrics when you open a new tab. |
檔案大小 | 258 KB |
安裝次數 | 1,905 |
目前版本 | 0.0.3 |
更新時間 | 2019-03-06 |
上架時間 | 2019-03-06 |
評分 | 4.80/5 共 10 次評分 |
開發者 | itsabhinaya |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BTS Random Lyrics", "short_name": "BTS Lyrics", "version": "0.0.3", "manifest_version": 2, "description": "See a random BTS Lyrics when you open a new tab.", "author": "Abhinaya Konduru", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon48.png", "default_title": "BTS Lyrics" } } |