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

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.

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).