├── .prettierrc ├── background.js ├── index.html ├── index.js ├── manifest.json ├── package.json └── style.css /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rycont/bingshin/HEAD/.prettierrc -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rycont/bingshin/HEAD/background.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rycont/bingshin/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rycont/bingshin/HEAD/index.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rycont/bingshin/HEAD/manifest.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rycont/bingshin/HEAD/style.css --------------------------------------------------------------------------------