Spring
A minimal new tab page for Google Chrome.
Vad är Spring?
Spring är en Chrome-tillägg utvecklad av jamiller.me, och dess huvudfunktion är "A minimal new tab page for Google Chrome.".
Tilläggsskärmbilder
Ladda ner Spring-förlängningens CRX-fil
Ladda ner Spring-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
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.
✌️ Grundläggande Information om Tillägg
| Namn | |
| ID | lcomlokgcbklomfecjjpjlncapnhepbl |
| Officiell webbadress | https://chromewebstore.google.com/detail/spring/lcomlokgcbklomfecjjpjlncapnhepbl |
| Beskrivning | A minimal new tab page for Google Chrome. |
| Filstorlek | 34.85 KB |
| Antal Installationer | 80 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2018-04-27 |
| Publiceringsdatum | 2018-04-23 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | jamiller.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://jamiller.me |
| Stödda Språk | 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"
}
} | |