ArtTab
View dynamic digital art every time you open a new tab.
Что такое ArtTab?
ArtTab - это расширение Chrome, разработанное quantized, и его основная функция - "View dynamic digital art every time you open a new tab.".
Снимки экрана расширения
Скачать файл CRX расширения ArtTab
Скачайте файлы расширений ArtTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ArtTab: Discover Digital Art with Each New Tab
Transform each new tab into a showcase of dynamic digital art. ArtTab makes your browsing more vibrant, featuring browser-native artworks from leading contemporary computer artists.
Highlights:
- Curated Catalogue: Explore a vast collection of dynamic artworks, constantly updated and curated from top digital artists.
- Share and Favorite: Easily share your favorite pieces with friends or build your own playlist of preferred artworks.
- Layback Mode: Use ArtTab on a second monitor or stream it to your TV. Set a timer for automatic artwork rotation, ideal for ambient display or relaxed viewing.
- Meet the Artists: Learn about the artists behind each artwork. Access their personal websites directly for a deeper connection.
ArtTab isn't just another 'new tab' extension; it's a gateway to the world of digital art. Perfect for art lovers and everyday browsers alike, ArtTab adds a touch of creativity and awe to your daily computer life. Основная информация о расширении
| Название | |
| ID | jmdodfdgfgjfeadijicnhlmbhhinakoh |
| Официальный URL | https://chromewebstore.google.com/detail/arttab/jmdodfdgfgjfeadijicnhlmbhhinakoh |
| Описание | View dynamic digital art every time you open a new tab. |
| Размер файла | 74.89 KB |
| Количество установок | 414 |
| Текущая Версия | 1.16 |
| Последнее Обновление | 2023-12-27 |
| Дата публикации | 2023-07-07 |
| Рейтинг | 5.00/5 Всего 24 оценок |
| Разработчик | quantized |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ArtTab",
"version": "1.16",
"description": "View dynamic digital art every time you open a new tab.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "service_worker.js"
},
"options_page": "options.html",
"permissions": [
"storage",
"contextMenus"
],
"content_security_policy": []
} | |