Clock Tab

A Beautiful clocks

Qu'est-ce que Clock Tab ?

Clock Tab est une extension Chrome développée par saaction, et sa fonction principale est "A Beautiful clocks".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clock Tab

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

                        An analogue clock while opening new tab!

This very simple extension places a analogue clock while you opens a new tab each time

It will remind you to stay focus on you work and stop wasting time on unnecessary stuff

Simple as that.                    

Informations de Base sur l'Extension

Nom Clock Tab Clock Tab
ID cnacekodnompagkcgchdceebailakbco
URL Officiel https://chromewebstore.google.com/detail/clock-tab/cnacekodnompagkcgchdceebailakbco
Description A Beautiful clocks
Taille du Fichier 335 KB
Nombre d'Installations 273
Version Actuelle 0.4
Dernière Mise à Jour 2023-05-06
Date de Publication 2021-02-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur saaction
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://saaction.in
URL de la Page d'Aide https://saaction.in/contactus
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clock Tab",
    "description": "A Beautiful clocks",
    "version": "0.4",
    "action": {
        "default_popup": "popup.html",
        "default_title": "",
        "default_icon": {
            "16": "images\/clock16.png",
            "32": "images\/clock32.png",
            "48": "images\/clock48.png",
            "128": "images\/clock128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "\/clock\/ClockView.html"
    },
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/clock16.png",
        "32": "images\/clock32.png",
        "48": "images\/clock48.png",
        "128": "images\/clock128.png"
    },
    "permissions": [
        "storage"
    ]
}