https://github.com/goldinguy/tabexplosion
✨ Blows up all your tabs at midnight in a cool explosion
https://github.com/goldinguy/tabexplosion
chrome-extension explosion tabs
Last synced: 2 months ago
JSON representation
✨ Blows up all your tabs at midnight in a cool explosion
- Host: GitHub
- URL: https://github.com/goldinguy/tabexplosion
- Owner: GoldinGuy
- License: mit
- Created: 2020-12-12T02:23:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T04:10:11.000Z (over 5 years ago)
- Last Synced: 2025-03-16T03:59:25.581Z (over 1 year ago)
- Topics: chrome-extension, explosion, tabs
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/tab-explosion/fecbckedngnkacggjflnldgjknhflljf
- Size: 12.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tab Explosion
✨ As [@backlon](https://twitter.com/backlon/status/1337436831399329797) says, Friday is "that day." All your tabs self-destruct at midnight. Only with this chrome extension, that actually happens, and with a cool explosion too...
## Gallery
## Development setup
Simply clone the repository, then run
```
cd tab-explosion
npm install
```
Then to test the app, enable `developer tools` in the Extension Options for your browser, and load the folder containing the `manifest.json` file
## Contributing
1. Fork TabExplosion [here](https://github.com/GoldinGuy/TabExplosion/fork)
2. Create a feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## Meta
Created by [@GoldinGuy](https://github.com/GoldinGuy), with credit to [@Pandawon](https://github.com/Pandawan/CloseAllTabs), [@ChuckLeone](https://github.com/ChuckLeone/canvas-explosion), and [@TobySmith](https://github.com/tobysmith568/Confetti-Chrome-Extension) for their previous work in the area of tab & particle based chrome extensions
Distributed under the MIT license. See [LICENSE](https://github.com/GoldinGuy/TabExplosion/blob/master/LICENSE) for more information.