├── LICENSE ├── README.md ├── button.html ├── dropdown.html ├── index.js ├── manifest.json ├── settings.html └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/README.md -------------------------------------------------------------------------------- /button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/button.html -------------------------------------------------------------------------------- /dropdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/dropdown.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/index.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/manifest.json -------------------------------------------------------------------------------- /settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/settings.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SillyTavern/Extension-Dice/HEAD/style.css --------------------------------------------------------------------------------