├── .DS_Store ├── README.md ├── background.js ├── css ├── options.css └── popup.css ├── imgs ├── .DS_Store ├── B2N.png ├── icon.png ├── icon128.png ├── icon16.png ├── icon48.png └── set.png ├── js ├── content.js ├── options.js └── popup.js ├── manifest.json ├── options.html ├── popup.html └── readmeImgs ├── QIiR7I.png ├── YkOAjY.png ├── nye78v.png ├── set.png └── vGhOxL.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /css/options.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/css/options.css -------------------------------------------------------------------------------- /css/popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/css/popup.css -------------------------------------------------------------------------------- /imgs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/.DS_Store -------------------------------------------------------------------------------- /imgs/B2N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/B2N.png -------------------------------------------------------------------------------- /imgs/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/icon.png -------------------------------------------------------------------------------- /imgs/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/icon128.png -------------------------------------------------------------------------------- /imgs/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/icon16.png -------------------------------------------------------------------------------- /imgs/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/icon48.png -------------------------------------------------------------------------------- /imgs/set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/imgs/set.png -------------------------------------------------------------------------------- /js/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/js/content.js -------------------------------------------------------------------------------- /js/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/js/options.js -------------------------------------------------------------------------------- /js/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/js/popup.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/manifest.json -------------------------------------------------------------------------------- /options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/options.html -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/popup.html -------------------------------------------------------------------------------- /readmeImgs/QIiR7I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/readmeImgs/QIiR7I.png -------------------------------------------------------------------------------- /readmeImgs/YkOAjY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/readmeImgs/YkOAjY.png -------------------------------------------------------------------------------- /readmeImgs/nye78v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/readmeImgs/nye78v.png -------------------------------------------------------------------------------- /readmeImgs/set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/readmeImgs/set.png -------------------------------------------------------------------------------- /readmeImgs/vGhOxL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyh081/Book2Notion/HEAD/readmeImgs/vGhOxL.png --------------------------------------------------------------------------------