DeviantArt Slideshow

Beautiful art from DeviantArt.com in your new tabs

DeviantArt Slideshow là gì?

DeviantArt Slideshow là một tiện ích mở rộng Chrome được phát triển bởi benhorin, và tính năng chính của nó là "Beautiful art from DeviantArt.com in your new tabs".

Ả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 DeviantArt Slideshow

Tải xuống các tệp mở rộng DeviantArt Slideshow 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

                        Beautiful art from DeviantArt in your new tabs.
Each time you open a new tab, you will get beautiful high-resolution artworks from DeviantArt, with the option to choose a specific collection or random work, to view a single artwork or play a customised slideshow.

Features:
 • Beautiful artworks from DeviantArt in every new tab
 • View artwork name and artist with links to original work
 • View one or more artworks in slideshow mode
 • Use as a screensaver or on a separate monitor
 • Specific collection or curated daily deviations
 • Autoplay on/off
 • Full bleed background / no crop and optional background hue                    

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

Tên DeviantArt Slideshow DeviantArt Slideshow
ID aipmjmmedegeojplcnpphipkjlidoioj
URL Chính Thức https://chromewebstore.google.com/detail/deviantart-slideshow/aipmjmmedegeojplcnpphipkjlidoioj
Mô tả Beautiful art from DeviantArt.com in your new tabs
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 240
Phiên Bản Hiện Tại 0.9.2
Cập Nhật Lần Cuối 2020-11-11
Ngày Phát Hành 2020-11-06
Đánh Giá 3.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển benhorin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://deviantart.com
URL Trang Trợ Giúp https://wuwa.org
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeviantArt Slideshow",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Beautiful art from DeviantArt.com in your new tabs",
    "author": "Ben Benhorin",
    "homepage_url": "https:\/\/deviantart.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "https:\/\/www.deviantart.com\/",
        "storage"
    ]
}