update version to 1.4.0

This commit is contained in:
Listen 1 2017-12-26 23:25:20 +08:00
parent d12ee5d298
commit a55bce7496
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Listen 1 (Chrome Extension) V1.3.0 最后更新于2017年12月20日
Listen 1 (Chrome Extension) V1.4.0
==========
最后更新于2017年12月26日
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
@ -44,6 +45,11 @@ Firefox打包安装
更新日志
-------
`2017-12-26`
* 增加同步歌单到Github Gist功能。(特别感谢@ConstLhq提供创意和部分代码实现
`2017-12-20`
* 增加搜索翻页功能,你可以看到更多的搜索结果了。(感谢@ConstLhq的提交

View File

@ -351,7 +351,7 @@
<div class="settings-content">
<p> Listen 1 主页: <a href="http://listen1.github.io/listen1/" target="_blank"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 邮箱: githublisten1@gmail.com </p>
<p> 当前版本 1.3.0 (本软件基于MIT协议开源免费)</p>
<p> 当前版本 1.4.0 (本软件基于MIT协议开源免费)</p>
</div>
</div>
</div>

View File

@ -16,7 +16,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"],
"version": "1.3.0",
"version": "1.4.0",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],