Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Vad är Minimalistic New Tab?
Minimalistic New Tab är en Chrome-tillägg utvecklad av smenigat, och dess huvudfunktion är "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".
Tilläggsskärmbilder
Ladda ner Minimalistic New Tab-förlängningens CRX-fil
Ladda ner Minimalistic New Tab-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
A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience. Features: - Clock showing the current time - Background image freely choosable (any Unsplash image you want)
Grundläggande Information om Tillägg
Namn | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
Officiell webbadress | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
Beskrivning | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
Filstorlek | 554 KB |
Antal Installationer | 48 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-08-26 |
Publiceringsdatum | 2019-08-26 |
Utvecklare | smenigat |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalistic New Tab", "version": "1.1", "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |