Skip to content

my custom start page with a couple of cool features

Notifications You must be signed in to change notification settings

flatypus/custom-tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hinson's New Tab Page

How to use:

First, click the green 'Code' button, download as zip, then unpack, or run
git clone https://github.com/flatypus/newtab.
This is meant to be a chrome extension, so open the extensions page on your browser, and tick the 'developer mode' button on the top right. Then, click 'load unpacked' button on the top left, and select this folder. Then, duplicate the default.config.js file, rename it to config.js, and edit it to suit your needs.

Features

  1. Configurable even for non-programmers through the config.js file
  2. Load custom .png images in /images (the code specifies png, so pls convert or rename sry), name the files in order (ie. 1.png, 2.png, etc), and change numberofimages in config.js
  3. Automatically grabs favicons from page when added to the link list, then caches them in local storage to speed up future loads (if auto favicon is too low res, there is a custom favicon feature)
  4. Custom search bar for searching specific websites quickly
image
Beautiful dashboard of customizable tabs
image
Custom search feature

Common problems:

-If images aren't loading immediately on the first page load, that's normal. The code needs to fetch from an api that may fail sometimes, so wait until it loads. The code will cache the favicon link so it loads much faster next time.
-If the favicon grabber returns a low res or inaccurate image, you can override it in the customicon section at the bottom of the config.js. Provide the name of the website that matches the same name in the link list, and a path to the image.

Kinda inspired by vincent's start page btw

About

my custom start page with a couple of cool features

Resources

Stars

Watchers

Forks

Packages

No packages published