Now
A simple New Tab page that displays the time and date.
Vad är Now?
Now är en Chrome-tillägg utvecklad av Stephen Leitnick, och dess huvudfunktion är "A simple New Tab page that displays the time and date.".
Tilläggsskärmbilder
Ladda ner Now-förlängningens CRX-fil
Ladda ner Now-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
Now is a New Tab extension that displays the current time and date. That's it! Grundläggande Information om Tillägg
| Namn | |
| ID | pholgifcjokhbnemjdapeaaaohhejdca |
| Officiell webbadress | https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca |
| Beskrivning | A simple New Tab page that displays the time and date. |
| Filstorlek | 399 KB |
| Antal Installationer | 57 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2021-12-02 |
| Publiceringsdatum | 2017-03-22 |
| Betyg | 4.40/5 Totalt 5 Betyg |
| Utvecklare | Stephen Leitnick |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Now",
"description": "A simple New Tab page that displays the time and date.",
"version": "1.1.1",
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "now.html"
}
} | |