Chrome Extension to assist for development and day to day tasks. It is based on Vite, React, TailwindCSS, and TypeScript.
For installing and building both Chrome and Firefox browsers, you can use the following:
npm install
npm run build- Open chrome://extensions/ page
- Enable Developer mode by toggling the switch in the top right corner of the page.
- Import the extension with Load unpacked button
- Open about:debugging#/runtime/this-firefox
- import the firefox folder via the Load Temporary Add-on... button.

If we have defined scripts on the home page, then we can "quick execute them" them there by clicking them.
We can declare and save pre-defined scripts that will run on the current open tab via keyup events or the Quick Access Toolbar
Editing scripts is possible using the internal limited Javascript editor that is available with the Edit button.
We can add new notes while we are browsing with the contextmenu, and edit them later in the extension.
There are many ways to contribute to Chromate Extension.
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
- Contribute bug fixes.




