Skip to content

kewla1d/kewltab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kewltab

a customizable new tab page made by kewlaid based on apple's visionos preview

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

installation guide

  1. download this as a zip
  2. unzip this
  3. click on the puzzle icon to the right of the the chrome URL bar
  4. click "manage extensions"
  5. enable the "Developer Mode" switch in the top right
  6. click "Load Unpacked"
  7. select the zip you just download
  8. open a new tab and enjoy :)

customize

add and/or edit shortcuts

  1. open the "index.html" file
  2. look at for the "a" tags with "Shortcut" labelled above them
  3. 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>
    
  4. paste the code right under the lowest shortcut
  5. 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.