Skip to content

helloukey/myTab

Repository files navigation

myTab

Logo

myTab is your web browser's separate tab solution with features like background wallpapers from Unsplash, weather information from Weather API, time and date from Day.js library, and quotes from Quotable API.

Features

  • Beautiful Background Wallpapers
  • Draggable Widget
  • Weather Info using Geolocation API
  • Time and Date
  • Random Quotes
  • Background Effects Filter
  • Responsive Design

Preview

preview2

Install as Chrome Extension

  • Goto chrome://extensions on your chrome browser.
  • Enable Developer mode given on the right side.
  • Click Load unpacked to load the unpacked file.
  • Select the Project folder.
  • Enable the extension if not enabled by default.

Browser compatibility

For Firefox Browser: background filter feature is behind thelayout.css.backdrop-filter.enabled preferences (needs to be set to true) and the gfx.webrender.all preferences (needs to be set to true). To change preferences in Firefox, visit about:config.

Modular Approach (v2)

If you want to use this project with modules for better file management and structure, then please check the v2 folder.

Authors