├── 48.png ├── LICENSE ├── README.md ├── background.js ├── manifest.json ├── popup.html └── popup.js /48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kazuki-sf/ChatGPT_Extension/HEAD/48.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kazuki-sf/ChatGPT_Extension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kazuki-sf/ChatGPT_Extension/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kazuki-sf/ChatGPT_Extension/HEAD/background.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kazuki-sf/ChatGPT_Extension/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kazuki-sf/ChatGPT_Extension/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- 1 | "use strict"; --------------------------------------------------------------------------------