DeviantArt Slideshow
Beautiful art from DeviantArt.com in your new tabs
Was ist DeviantArt Slideshow?
DeviantArt Slideshow ist eine Chrome-Erweiterung, die von benhorin entwickelt wurde, und ihr Hauptmerkmal ist "Beautiful art from DeviantArt.com in your new tabs".
Erweiterungsscreenshots
DeviantArt Slideshow-Erweiterungs-CRX-Datei herunterladen
Laden Sie DeviantArt Slideshow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aipmjmmedegeojplcnpphipkjlidoioj |
| Offizielle URL | https://chromewebstore.google.com/detail/deviantart-slideshow/aipmjmmedegeojplcnpphipkjlidoioj |
| Beschreibung | Beautiful art from DeviantArt.com in your new tabs |
| Dateigröße | 185 KB |
| Installationsanzahl | 240 |
| Aktuelle Version | 0.9.2 |
| Letztes Update | 2020-11-11 |
| Veröffentlichungsdatum | 2020-11-06 |
| Bewertung | 3.27/5 Insgesamt 11 Bewertungen |
| Entwickler | benhorin |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://deviantart.com |
| Hilfeseite URL | https://wuwa.org |
| Unterstützte Sprachen | 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"
]
} | |