ArtTab

View dynamic digital art every time you open a new tab.

¿Qué es ArtTab?

ArtTab es una extensión de Chrome desarrollada por quantized, y su función principal es "View dynamic digital art every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ArtTab

Descarga archivos de extensión ArtTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ArtTab ArtTab
ID jmdodfdgfgjfeadijicnhlmbhhinakoh
URL Oficial https://chromewebstore.google.com/detail/arttab/jmdodfdgfgjfeadijicnhlmbhhinakoh
Descripción View dynamic digital art every time you open a new tab.
Tamaño del Archivo 74.89 KB
Cantidad de Instalaciones 414
Versión Actual 1.16
Última Actualización 2023-12-27
Fecha de Publicación 2023-07-07
Calificación 5.00/5 Total de 24 Calificaciones
Desarrollador quantized
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": []
}