Clock Tab

A Beautiful clocks

Was ist Clock Tab?

Clock Tab ist eine Chrome-Erweiterung, die von saaction entwickelt wurde, und ihr Hauptmerkmal ist "A Beautiful clocks".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Clock Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clock Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clock Tab Clock Tab
ID cnacekodnompagkcgchdceebailakbco
Offizielle URL https://chromewebstore.google.com/detail/clock-tab/cnacekodnompagkcgchdceebailakbco
Beschreibung A Beautiful clocks
Dateigröße 335 KB
Installationsanzahl 273
Aktuelle Version 0.4
Letztes Update 2023-05-06
Veröffentlichungsdatum 2021-02-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler saaction
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://saaction.in
Hilfeseite URL https://saaction.in/contactus
Unterstützte Sprachen 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"
    ]
}