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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | aipmjmmedegeojplcnpphipkjlidoioj |
| 官方網址 | 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"
]
} | |