1
0
Fork 0
No description
  • HTML 68.2%
  • JavaScript 31.8%
Find a file
2026-03-16 21:26:02 +01:00
.gitignore First commit! 2026-03-16 21:26:02 +01:00
icon.png First commit! 2026-03-16 21:26:02 +01:00
icon128.png First commit! 2026-03-16 21:26:02 +01:00
manifest.json First commit! 2026-03-16 21:26:02 +01:00
newtab.html First commit! 2026-03-16 21:26:02 +01:00
newtab.js First commit! 2026-03-16 21:26:02 +01:00
README.md First commit! 2026-03-16 21:26:02 +01:00

SparkBoard New Tab

A Chrome extension that redirects every new tab to sparkboard.nl.

Installation

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked and select this folder

Building for the Chrome Web Store

zip -r sparkboard-extension.zip . -x ".git/*" ".gitignore"