├── LICENSE ├── README.md ├── html └── popup.html ├── images ├── icon_128x128.png ├── icon_16x16.png └── icon_48x48.png ├── js ├── content.js └── popup.js ├── manifest.json └── parse.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/README.md -------------------------------------------------------------------------------- /html/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/html/popup.html -------------------------------------------------------------------------------- /images/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/images/icon_128x128.png -------------------------------------------------------------------------------- /images/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/images/icon_16x16.png -------------------------------------------------------------------------------- /images/icon_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/images/icon_48x48.png -------------------------------------------------------------------------------- /js/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/js/content.js -------------------------------------------------------------------------------- /js/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/js/popup.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/manifest.json -------------------------------------------------------------------------------- /parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Violin9906/Douban-eBook-Exporter/HEAD/parse.py --------------------------------------------------------------------------------