https://github.com/get-artab/artab
Get Inspired by the World's Greatest Artworks Every Time You Open a New Tab. Extension Available for Chrome, Edge, and Firefox.
https://github.com/get-artab/artab
arts chrome edge extension firefox
Last synced: about 1 month ago
JSON representation
Get Inspired by the World's Greatest Artworks Every Time You Open a New Tab. Extension Available for Chrome, Edge, and Firefox.
- Host: GitHub
- URL: https://github.com/get-artab/artab
- Owner: get-artab
- License: agpl-3.0
- Created: 2024-12-15T07:48:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T14:27:06.000Z (4 months ago)
- Last Synced: 2025-04-04T01:06:45.908Z (about 1 month ago)
- Topics: arts, chrome, edge, extension, firefox
- Language: TypeScript
- Homepage: https://artab.owenyoung.com/
- Size: 41.2 MB
- Stars: 204
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artab
Display the greatest artworks of all time in your new tab
## Download
- [Chrome Web Store](https://chromewebstore.google.com/detail/artab-new-tab-new-art/cphdjiacoelggmgfopmgmljdnhmlhici)
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/artab/)
- [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/artab-new-tab-with-art/cioaigkjcjchlohhapcdnldoggnmpmih)## Community
- [Telegram Group](https://t.me/+UyKUmt0wA2owNGNh)
## Website
- [Artab](https://artab.owenyoung.com/)
## Development
```bash
# Install dependencies
pnpm install# Development mode
pnpm run dev# Build project
pnpm run build
```## Local Testing
1. Run `pnpm run build` to build the project
2. Open Chrome extensions management page (`chrome://extensions/`)
3. Enable Developer Mode
4. Click "Load unpacked extension"
5. Select the `dist` directory of the project## Project Structure
```bash
.
├── packages/ # Shared packages
│ └── storage/ # Storage module
├── pages/ # Extension pages
│ ├── options/ # Options page
│ └── new-tab/ # New tab page
└── chrome-extension/ # Extension background
```## License
This project is licensed under the [GNU Affero General Public License v3.0](LICENSE).