Clock on Top

A Clock that displays on top of each website

Qu'est-ce que Clock on Top ?

Clock on Top est une extension Chrome développée par jackandamydev, et sa fonction principale est "A Clock that displays on top of each website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clock on Top

Téléchargez les fichiers d'extension Clock on Top 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

                        Ever get lost in time while browsing the internet?

Love using Chrome in full screen but miss looking at the clock?

Not anymore! With Clock on Top the current time will be visible in all your websites.

Simply add the extension, and you will see the time on the bottom right corner.

More features coming soon...                    

Informations de Base sur l'Extension

Nom Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
URL Officiel https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Description A Clock that displays on top of each website
Taille du Fichier 38.7 KB
Nombre d'Installations 62
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-07-08
Date de Publication 2020-07-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur jackandamydev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://jackandamydev.com/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock on Top",
    "description": "A Clock that displays on top of each website",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "roboto.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}