Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

Qu'est-ce que Beautiful Digital Clock with Greetings ?

Beautiful Digital Clock with Greetings est une extension Chrome développée par Naruth Kongurai, et sa fonction principale est "A beautiful new tab page that displays a digital 12-hour format clock.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Beautiful Digital Clock with Greetings

Téléchargez les fichiers d'extension Beautiful Digital Clock with Greetings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another.

It's a wonderful and simple page made to delight and enhance your browsing experience!                    

Informations de Base sur l'Extension

Nom Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
URL Officiel https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
Description A beautiful new tab page that displays a digital 12-hour format clock.
Taille du Fichier 55.11 KB
Nombre d'Installations 83
Version Actuelle 1.0
Dernière Mise à Jour 2018-09-25
Date de Publication 2018-09-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Naruth Kongurai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.naruthk.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Digital Clock with Greetings",
    "short_name": "Digital Clock",
    "description": "A beautiful new tab page that displays a digital 12-hour format clock.",
    "version": "1.0",
    "author": "Naruth Kongurai",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}