Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahriar-shojib/tab-searcher

a chrome extension that performs full text search on your tabs!
https://github.com/shahriar-shojib/tab-searcher

Last synced: 17 days ago
JSON representation

a chrome extension that performs full text search on your tabs!

Awesome Lists containing this project

README

        

## Getting Started

First, run the development server:

```bash
yarn install
yarn dev
```

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: `build/chrome-mv3-dev`.

You can start editing the popup by modifying `popup/index.tsx`. It should auto-update as you make changes.

For further guidance, [visit plasmo Documentation](https://docs.plasmo.com/)

## Making production build

Run the following:

```bash
yarn build
```

This should create a production bundle for your extension, ready to be zipped and published to the stores.