gitextract_ftvycc9s/ ├── .babelrc ├── .gitignore ├── LICENSE ├── background.html ├── components/ │ ├── App.vue │ ├── itemList.vue │ ├── settings.vue │ └── taskpanel.vue ├── gulpfile.js ├── manifest.json ├── package.json ├── popup.html ├── readme.md ├── static/ │ ├── background.js │ ├── config.js │ ├── content-script.js │ ├── db.js │ ├── popup.js │ ├── tasks.js │ └── utils.js └── style/ ├── content-script.css └── popup.css