DeviantArt Slideshow
Beautiful art from DeviantArt.com in your new tabs
Что такое DeviantArt Slideshow?
DeviantArt Slideshow - это расширение Chrome, разработанное benhorin, и его основная функция - "Beautiful art from DeviantArt.com in your new tabs".
Снимки экрана расширения
Скачать файл CRX расширения DeviantArt Slideshow
Скачайте файлы расширений 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 |
| Официальный 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"
]
} | |