ArtTab

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

ArtTab là gì?

ArtTab là một tiện ích mở rộng Chrome được phát triển bởi quantized, và tính năng chính của nó là "View dynamic digital art every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ArtTab

Tải xuống các tệp mở rộng ArtTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ArtTab ArtTab
ID jmdodfdgfgjfeadijicnhlmbhhinakoh
URL Chính Thức https://chromewebstore.google.com/detail/arttab/jmdodfdgfgjfeadijicnhlmbhhinakoh
Mô tả View dynamic digital art every time you open a new tab.
Kích Thước Tệp 74.89 KB
Số Lần Cài Đặt 414
Phiên Bản Hiện Tại 1.16
Cập Nhật Lần Cuối 2023-12-27
Ngày Phát Hành 2023-07-07
Đánh Giá 5.00/5 Tổng số 24 Đánh Giá
Nhà Phát Triển quantized
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}