Lyrics Here by Rob W 的评价
Lyrics Here by Rob W 作者: Rob W
Rob W 的回应
开发者回应
发布于 7 年前The project is currently in maintenance-only mode because it is basically finished and I have other priorities (most of the updates are about modifying the set of supported sources).
There is no officially supported way to import/export via a config file, but you could use the developer tools of the browser to directly read / modify the preferences.
To debug an extension, see the guide at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Debugging
After opening a debugger for the extension's background page via about:debugging (see the above link), you can interact with the storage via the chrome.storage.local API, as documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/local
For example, to convert the storage to something that you can copy and paste in a file, run the following from the debugger's console:
chrome.storage.local.get(null, items => {
console.log( JSON.stringify(items, null, 4) );
});
You can then manually edit the configuration in the file (at your own risk), and save the changes back as follows:
chrome.storage.local.set();
For example:
chrome.storage.local.set({
"panelOffsets.youtube": {
"top": 100,
"right": 204,
"width": 275,
"maxHeight": 600
}
});
There is no officially supported way to import/export via a config file, but you could use the developer tools of the browser to directly read / modify the preferences.
To debug an extension, see the guide at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Debugging
After opening a debugger for the extension's background page via about:debugging (see the above link), you can interact with the storage via the chrome.storage.local API, as documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/local
For example, to convert the storage to something that you can copy and paste in a file, run the following from the debugger's console:
chrome.storage.local.get(null, items => {
console.log( JSON.stringify(items, null, 4) );
});
You can then manually edit the configuration in the file (at your own risk), and save the changes back as follows:
chrome.storage.local.set();
For example:
chrome.storage.local.set({
"panelOffsets.youtube": {
"top": 100,
"right": 204,
"width": 275,
"maxHeight": 600
}
});
123 条评价
- 评分 5 / 5来自 远离中共邪教快退出党团队,18 天前
- 评分 1 / 5来自 Nazmul Hossain,2 个月前
- 评分 5 / 5来自 Sharad,8 个月前
- 评分 3 / 5来自 Slenski,9 个月前Thank you for making this. Unfortunately, it does not seem to work with Spotify web player or Youtube at the moment. A shame, because this could be a great tool!
- 评分 1 / 5来自 habillik,1 年前Terrible. It cannot even properly identify the song titles, and consequently does not find the correct lyrics for anything.
- 评分 1 / 5来自 Maxine,2 年前Used to be a brilliant addon, But for the past year it has been completely broken, Incapable of finding the correct lyrics, If it even finds lyrics at all.
- 评分 5 / 5来自 Eduardo Henrique,2 年前
- 评分 5 / 5来自 Eitan Adler,2 年前
- 评分 5 / 5来自 Consciusness,2 年前
- 评分 5 / 5来自 Rufous Potoo,2 年前
- 评分 1 / 5来自 Firefox 用户 14637194,2 年前Doesn't work on YouTube for some reason. Either doesn't find anything or wrong lyrics, even tho a manual search on enabled sources does show they have the lyrics I'm looking for.
Haven't tried on Spotify. Iirc it worked fine on chromium but not here apparently. - 评分 5 / 5来自 Firefox 用户 17450909,3 年前
- 评分 5 / 5来自 Firefox 用户 13958746,3 年前
- 评分 5 / 5来自 notbotato,3 年前
- 评分 1 / 5来自 Firefox 用户 13532216,4 年前Does not work Spotify. Manual search works, but does not pick up playing songs automatically.
- 评分 5 / 5来自 Firefox 用户 16960155,4 年前
- 评分 5 / 5来自 Firefox 用户 16956470,4 年前
- 评分 3 / 5来自 mimteatr,4 年前I t was a great extension till... last month - Doesn't activate at all on Spotify, finds only the wrong lyrics or not at all on YouTube :(
But what can we expect from this when the last update was 3 years ago!开发者回应
发布于 4 年前I have fixed many of the issues, but am waiting for time to add support for YouTube Music before publishing a new update. Thanks for your patience. - 评分 3 / 5来自 Luis,4 年前When I first downloaded this addon it was the best, but about five or six months ago the lyrics just show in 2 or 3 sources, so is kinda sad. I hop one day this addon became the great thing once was.
- 评分 4 / 5来自 Pilut3,4 年前not working on spotify web (https://open.spotify.com/) on Firefox 87.0 (64-bit)
also please add https://music.youtube.com - 评分 4 / 5来自 Joas,4 年前
- 评分 5 / 5来自 Firefox 用户 15141676,4 年前ดีมากครับ แต่อยากให้เปลี่ยนคำค้นหาได้ ในประเทศไทย ใช้คำว่า
"เนื้อเพลง" xx คำค้นหา xx
จะหาเจอมาเลยครับ แต่ที่เป็นตอนนี้ xx คำค้นหา xx "Lyrics" ต้องมาเลือกหาอีกทีครับ
ตอนนี้ดีแล้ว แต่ถ้าทำได้จะดีมากครับ