DeviantArt Slideshow

Beautiful art from DeviantArt.com in your new tabs

DeviantArt Slideshow란 무엇입니까?

DeviantArt Slideshow은(는) benhorin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful art from DeviantArt.com in your new tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DeviantArt Slideshow 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 DeviantArt Slideshow DeviantArt Slideshow
ID aipmjmmedegeojplcnpphipkjlidoioj
공식 URL https://chromewebstore.google.com/detail/deviantart-slideshow/aipmjmmedegeojplcnpphipkjlidoioj
설명 Beautiful art from DeviantArt.com in your new tabs
파일 크기 185 KB
설치 횟수 240
현재 버전 0.9.2
최근 업데이트 2020-11-11
출시 날짜 2020-11-06
평점 3.27/5 총 11 개의 평점
개발자 benhorin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://deviantart.com
도움말 페이지 URL https://wuwa.org
지원되는 언어 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"
    ]
}