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ファイルをダウンロード

DeviantArt Slideshow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}