Skip to content

myTab is a simple chrome extension that overrides a new chrome tab with beautiful Wallpaper, Weather Information, Date, Time, and a Quote.

License

Notifications You must be signed in to change notification settings

helloukey/myTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d8f231 · Apr 12, 2024

History

21 Commits
Apr 11, 2024
Apr 11, 2024
Jul 17, 2022
Feb 14, 2022
Feb 14, 2022
Apr 12, 2024
Apr 11, 2024
Apr 11, 2024
Apr 11, 2024
Jun 1, 2022
Apr 11, 2024
Apr 11, 2024
Apr 11, 2024
Apr 11, 2024
Apr 12, 2024
Apr 11, 2024
Jul 12, 2022
Apr 11, 2024
Apr 11, 2024
Apr 12, 2024

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