Skip to content

Jumpstart your browsing experience!

Notifications You must be signed in to change notification settings

C4ArtZ/Stargrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargrid ✨

Jumpstart your browsing experience! 🚀

Hero Image
Wallpaper credit to Matt Vince

Features:

  • Replaces Chrome's new tab
  • Clock with current date
  • Weather for one static location
  • 12 quick-links you can customize
  • Big buttons for frustration free touchscreen use

How can I get this?

  1. Download this repo.
  2. Rename "settings.js.example" to "settings.js".
  3. Replace the placholders inside settings.js with your own information.
  4. Add your own icons and wallpapers.
  5. Open chrome://extensions/ with Google Chrome.
  6. Add the folder of this repo as an unzipped extension.
  7. Done!

FAQ 🤔

How do I add my own icons?

Just add them to "Stargrid/icons/links/". Now add the filename + extension to your settings.js file.
In my case I used the 48x48px icons from materialdesignicons.com or made my own.
Different resolutions might look strange. I am working on a fix for this.

How do I add a background?

Place your desired images inside the "Stargrid/wallpaper/" folder.
Now reference them inside your settings.js. Remember to include the extension (.jpg / .png / etc.).

Can you add feature xyz?

Maybe. You can let me know by submitting a feature request via the "Issues" tab.

I don't need 12 links. / I need more than 12!

You can specify how many columns you want within your settings.js file.
The total number of tiles is dictated by the number of links you specify.

When does the wallpaper change?

07:00 - 10:59 : sunrise.png
11:00 - 16:59 : day.png
17:00 - 20:59 : sunset
21:00 - 06:59 : night.png

I don't want / need a dynamic wallpaper!

There is an option in the settings.js file. Simply set "wallpaper_dynamic" to false.