Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Hvad er Chrome Delight?
Chrome Delight er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replace your new tab with beautiful timelapse videos, with weather and time.".
Download Chrome Delight-udvidelses-CRX-fil
Download Chrome Delight-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Officiel URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Beskrivelse | Replace your new tab with beautiful timelapse videos, with weather and time. |
| Filstørrelse | 151 KB |
| Antal Installationer | 45 |
| Nuværende Version | 1.0.25 |
| Senest Opdateret | 2017-10-28 |
| Udgivelsesdato | 2017-10-28 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Delight",
"short_name": "chrome-delight",
"description": "Replace your new tab with beautiful timelapse videos, with weather and time.",
"default_locale": "en",
"manifest_version": 2,
"version": "1.0.25",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage",
"topSites",
"chrome:\/\/favicon\/",
"http:\/\/cdn.usedelight.com\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |