├── .gitignore ├── README.md ├── assets ├── css │ └── style.css ├── img │ ├── icon128.png │ ├── icon16.png │ └── icon48.png └── js │ ├── git_random.js │ ├── handlebar.js │ └── options.js ├── gitrandom.html ├── manifest.json └── options.html /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |