Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luoling8192/chrome-ai-remark
Rename bookmarks via AI
https://github.com/luoling8192/chrome-ai-remark
Last synced: about 24 hours ago
JSON representation
Rename bookmarks via AI
- Host: GitHub
- URL: https://github.com/luoling8192/chrome-ai-remark
- Owner: luoling8192
- Created: 2023-12-10T13:26:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T08:11:25.000Z (about 1 year ago)
- Last Synced: 2025-01-07T18:19:01.954Z (2 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.73 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension Starter
Chrome extension starter template with React, TypeScript, Vite and Tailwind.
Built from [Chrome Extension Starter](https://github.com/chibat/chrome-extension-typescript-starter)
## Development
```bash
# Install dependencies
pnpm install# Development
pnpm dev# Build
pnpm build
```