应用简介
这是一款简单的epub电子书阅读器,方便在您的浏览器上阅读epub格式的电子书。使用方式:你可以通过点击拓展图标来启动拓展,之后就可以通过拓展来打开本地的epub电子书开始阅读。其他:此程序由开源的epub解析库epub,js(https://github.com/futurepress/epub.js)驱动。PS:如果觉得还不错的话,欢迎访问项目主页(https://github.com/bubble-Q/QiuReader)star一下~
配置文件
Code
1 | {"manifest_version":2,"name":"QiuReader","version":"0.1","description":"a simple epub reader","icons":{"16":"img\/book16.png","48":"img\/book48.png","128":"img\/book128.png"},"browser_action":{"default_icon":{"19":"img\/book19.png","38":"img\/book38.png"},"default_title":"a simple epub reader"},"background":{"scripts":["js\/background.js"]},"options_page":"index.html","update_url":"http:\/\/upext.chrome.360.cn\/intf.php?method=ExtUpdate.query","permissions":["http:\/\/*\/*","https:\/\/*\/*"]} |