gitextract_c8hfxxzq/ ├── .editorconfig ├── .github/ │ └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── README.md └── tools/ ├── addword.py └── chromium_extension/ ├── README.md ├── css/ │ └── app.css ├── format-code.sh ├── images/ │ └── README.md ├── js/ │ ├── app/ │ │ ├── box.js │ │ ├── components.js │ │ ├── init.js │ │ ├── pretty-box.js │ │ ├── search-engine.js │ │ └── utils.js │ └── content-script.js ├── manifest.json ├── package.json ├── rules/ │ └── remove_content_security_policy.json └── web-components/ ├── README.md └── x-custom-box.html