Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Vad är Chrome Delight?
Chrome Delight är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replace your new tab with beautiful timelapse videos, with weather and time.".
Ladda ner Chrome Delight-förlängningens CRX-fil
Ladda ner Chrome Delight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Beskrivning | Replace your new tab with beautiful timelapse videos, with weather and time. |
| Filstorlek | 151 KB |
| Antal Installationer | 45 |
| Aktuell Version | 1.0.25 |
| Senast Uppdaterad | 2017-10-28 |
| Publiceringsdatum | 2017-10-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |