Spring
A minimal new tab page for Google Chrome.
Wat is Spring?
Spring is een Chrome-extensie ontwikkeld door jamiller.me, en de belangrijkste functie is "A minimal new tab page for Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spring
Download Spring-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Spring is a minimal new tab page for Chrome.
Featuring:
🚀 Full-size background photos, tailored to the resolution of your monitor, from Unsplash.
🔥 An analog clock face inspired by Ziiiro.
🤖 A location-aware digital clock.
✌️ Basisinformatie over de Extensie
| Naam | |
| ID | lcomlokgcbklomfecjjpjlncapnhepbl |
| Officiële URL | https://chromewebstore.google.com/detail/spring/lcomlokgcbklomfecjjpjlncapnhepbl |
| Beschrijving | A minimal new tab page for Google Chrome. |
| Bestandsgrootte | 34.85 KB |
| Aantal Installaties | 80 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2018-04-27 |
| Publicatiedatum | 2018-04-23 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | jamiller.me |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://jamiller.me |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Spring",
"description": "A minimal new tab page for Google Chrome.",
"version": "1.0.0",
"manifest_version": 2,
"incognito": "split",
"chrome_url_overrides": {
"newtab": "spring.html"
},
"icons": {
"128": "icon128.png"
}
} | |