Now

A simple New Tab page that displays the time and date.

Wat is Now?

Now is een Chrome-extensie ontwikkeld door Stephen Leitnick, en de belangrijkste functie is "A simple New Tab page that displays the time and date.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Now

Download Now-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

                        Now is a New Tab extension that displays the current time and date. That's it!                    

Basisinformatie over de Extensie

Naam Now Now
ID pholgifcjokhbnemjdapeaaaohhejdca
Officiële URL https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca
Beschrijving A simple New Tab page that displays the time and date.
Bestandsgrootte 399 KB
Aantal Installaties 57
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-12-02
Publicatiedatum 2017-03-22
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Stephen Leitnick
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}