Hello
New tab page with widgets and fresh image every day.
Vad är Hello?
Hello är en Chrome-tillägg utvecklad av petr.hurtak, och dess huvudfunktion är "New tab page with widgets and fresh image every day.".
Tilläggsskärmbilder
Ladda ner Hello-förlängningens CRX-fil
Ladda ner Hello-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
The daily new image is from bing.com, in case you are offline there is dozen of nice wallpapers from nature that I liked.
You can also display a widget in front. Some are traditional, like a clock, some are meant to motivate you a little.
Widgets:
- Clock
- Year progress
- Your age
Extension preview avaliable at: https://hello-extension.netlify.com Grundläggande Information om Tillägg
| Namn | |
| ID | olenfgbgcphkaipfeohfjpagibimmpke |
| Officiell webbadress | https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke |
| Beskrivning | New tab page with widgets and fresh image every day. |
| Filstorlek | 18.9 MB |
| Antal Installationer | 156 |
| Aktuell Version | 1.0.9 |
| Senast Uppdaterad | 2022-08-27 |
| Publiceringsdatum | 2020-05-07 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | petr.hurtak |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/hurtak/hello |
| Hjälpsida URL | https://github.com/hurtak/hello/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hello",
"description": "New tab page with widgets and fresh image every day.",
"author": "Petr Hu\u0159\u0165\u00e1k",
"version": "1.0.9",
"icons": {
"128": "assets\/logo-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-7E6FJntvtaJ4ZqfHn2YBae4NRFQAcjvIA19UsZ2NqNA='; object-src 'self'",
"permissions": [],
"offline_enabled": true
} | |