Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/shahriar-shojib/tab-searcher
- Owner: shahriar-shojib
- Created: 2024-11-12T18:50:40.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T18:31:55.000Z (about 2 months ago)
- Last Synced: 2024-12-09T12:50:30.661Z (25 days ago)
- Language: TypeScript
- Size: 280 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.