Toolbar Clock
Stylish analog clock in your browser toolbar.
Was ist Toolbar Clock?
Toolbar Clock ist eine Chrome-Erweiterung, die von Muyor entwickelt wurde, und ihr Hauptmerkmal ist "Stylish analog clock in your browser toolbar.".
Erweiterungsscreenshots
Toolbar Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Toolbar Clock-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
Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon. To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI. If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).
Grundlegende Informationen zur Erweiterung
Name | Toolbar Clock |
ID | cemihgihgpjhjdgbebpmckbeonpnffjj |
Offizielle URL | https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj |
Beschreibung | Stylish analog clock in your browser toolbar. |
Dateigröße | 61 KB |
Installationsanzahl | 824 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2023-11-18 |
Veröffentlichungsdatum | 2018-04-02 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | Muyor |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mybrowseraddon.com/toolbar-clock.html |
Hilfeseite URL | https://mybrowseraddon.com/toolbar-clock.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Toolbar Clock", "offline_enabled": true, "description": "Stylish analog clock in your browser toolbar.", "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "contextMenus" ], "action": { "default_title": "Toolbar Clock", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |