a customizable new tab page made by kewlaid based on apple's visionos
https://github.com/Broco8Dev/VisionTab check out the latest one with better customization and a new weather widget!
i'll make a shortcut editing menu once i learn how
- download this as a zip
- unzip this
- click on the puzzle icon to the right of the the chrome URL bar
- click "manage extensions"
- enable the "Developer Mode" switch in the top right
- click "Load Unpacked"
- select the zip you just download
- open a new tab and enjoy :)
- open the "index.html" file
- look at for the "a" tags with "Shortcut" labelled above them
- copy this code:
<a class="shortcutlink" target="_blank" href="! where the shortcut leads to here"> <!-- Shortcut Icon --> <img src="! link to an image here"> <!-- Shortcut Label --> <p>! the label of your shortcut here</p> </a>
- paste the code right under the lowest shortcut
- edit all the areas where you see an exclamation mark. for example, you would paste the link to the website where you want the shortcut to lead to at "! where the shortcut leads to here." make sure to keep the quotation marks.