khalidmesbah / extension-zed

Extension Zed is a bunch of useful functionalities that enhance your browsing experience and makes you more productive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension Zed

From A to Z enhance your browsing experience

Features

General

  • Hide scrollbar
  • Add blocker
  • Extension manager
  • Age in milliseconds
  • Dark mode

Reading

  • Article reader
  • Reading mode
    • custom background color
    • custom text color
    • custom width
    • custom font size

Notes

  • copy pocket
  • search for ideas on the extensions web store

Youtube

  • custom playbackRate
  • highligher/marker/bookmarks/notes
  • auto adjust half screen
  • highlight system like readwise

Notes

  • Copy youtube enhancer
  • search for ideas on the extensions web store
  • make youtube go to full screen by default

Integration

  • Mesbah matrix
  • Savvy
  • Notion
  • Google tasks/calendar/keep
  • Facebook
  • Youtube
  • Instagram
  • X

Reminders

  • posture reminder
  • azkar reminder
  • remembers reminder
  • salah reminder
  • excercise reminder
  • eyes reminder
  • custom reminder

New Tab (random everything) ??

  • Random Quote
  • Random Ayah
  • Random Vim Tip
  • Random Life Hack
  • Random Remember

Liner

  • highligher manager

Shares

  • takes a tweet and make an image of it like pikaso
  • takes a facebook post and make an image of it
  • takes a screen shot of an image on instagram

videos

  • video downloader

Audios

  • adjust playbackRate

Sync

  • mesbah matrix

Inspiration

Notes

  • make the ability to revert the change that has been made e.g
    <Button onClick={inspect}>inspect</Button>
    // will become onclick
    <Button onClick={unInspect}>unInspect</Button>
    // or
    <Button onClick={handleInspect}>{isInspected ? "unInspect" : "inspect"}</Button>
  • think about the structure of the project and insure that it's scalable, because i will add a lot of Features to it

Tasks

  • make a scrollbar tab with the ability to add my custom scrollbar
  • add a custom scrollbar
  • add keyboard events

Tabs

  • Home
  • Youtube
  • Random
  • Reading
  • Productivity
  • Coding
  • Scripts

Issues

  • tailwind not working

About

Extension Zed is a bunch of useful functionalities that enhance your browsing experience and makes you more productive


Languages

Language:TypeScript 59.3%Language:JavaScript 28.0%Language:CSS 11.2%Language:HTML 1.5%