Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

able to multiselect for search result #102

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Listen 1 (Chrome Extension) (最后更新于5月27日)
# Listen 1 (Chrome Extension) (最后更新于2017年10月10日)
==========

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

缘起
## 缘起
----
当我发现找个想听的歌因为版权听不了,需要打开好几个网站开始搜索,来回切换让我抓狂的时候,我知道是时候该做点什么了。

Expand All @@ -15,15 +14,15 @@ Listen 1 (Chrome Extension) (最后更新于5月27日)

还有精选歌单哦。

Chrome安装
## Chrome安装
----
1. 下载项目的zip文件,在右上方有个 `Download ZIP`, 解压到本地

2. chrome右上角的设置按钮下找到更多工具,打开`扩展程序`

3. 选择 `加载已解压的扩展程序`(如果没有显示先选中`开发者模式`),选中解压后的文件夹,完成!

Firefox打包安装
## Firefox打包安装
-----------
### 打包xpi文件(或在release页面下载已经打包好的xpi文件)
1. 将根目录下manifest_firefox.json替换manifest.json
Expand All @@ -33,10 +32,18 @@ Firefox打包安装
### 安装
1. 打开Firefox,加载xpi文件,完成安装

更新日志
## 更新日志
-------
`2016-05-27`
`2017-10-03`
* 修复网易云音乐歌单无法显示的问题(感谢@Moobusy的提交)

`2017-09-14`
* 修复QQ音乐无法播放的bug

`2017-07-31`
* 搜索结果支持多选

`2016-05-27`
* 增加快捷键功能(输入?查看快捷键设置)
* 支持同步播放记录到last.fm
* 增加搜索loading时的图标(感谢@richdho的提交)
Expand All @@ -45,19 +52,16 @@ Firefox打包安装
* 重新组织代码文件夹结构

`2016-05-21`

* 增加歌单分页加载功能(感谢@wild-flame的提交)
* 修复关闭按钮随网页滚动的bug
* 修复点击暂停按钮会重置进度条和歌词的bug
* 修复点击歌单名称不跳转的bug
* 调整歌单水平位置居中

`2016-05-14`

* 增加firefox插件支持(感谢fulesdle的提交)

`2016-05-13`

* 增加我的歌单功能,可以收藏现有歌单,并创建自己的歌单
* 点击Listen 1和图标可以回到首页
* 标记了部分因版权无法播放的歌曲,增加版权提示
Expand All @@ -67,7 +71,6 @@ Firefox打包安装


`2016-05-08`

* 增加歌词显示
* 精选歌单:添加歌单到当前播放列表,可点击跳转到原始链接
* 修复了搜索qq音乐时的乱码问题
Expand All @@ -76,14 +79,13 @@ Firefox打包安装
* 优化性能,删除了不必要的事件消息触发

`2016-05-02`

* 增加音量控制

TODO
## TODO
----
分页加载


License
## License
--------
MIT
1 change: 1 addition & 0 deletions css/cover.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ a:hover {

html,
body {
overflow:hidden;
height: 100%;
background-color: #333;
}
Expand Down
Loading