Just a Clock - the Hours
A simple digital clock for the toolbar. This is JUST THE HOURS. Pair with the minutes for an awesome readable clock in your toolbar!
Qu'est-ce que Just a Clock - the Hours ?
Just a Clock - the Hours est une extension Chrome développée par Marc G, et sa fonction principale est "A simple digital clock for the toolbar. This is JUST THE HOURS. Pair with the minutes for an awesome readable clock in your toolbar!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Just a Clock - the Hours
Téléchargez les fichiers d'extension Just a Clock - the Hours 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
Just a clock, in your Chrome toolbar; Nice and big and simple. There are 2 extensions, one for the Hours and one for the Minutes. I built this because I usually have a full screen app/game/video going on my main monitor and can't see the clock. My browser is usually on my 2nd monitor and now I can always see the time at a glance! This is JUST THE HOURS (12 or 24 hour modes available) and meant to be paired with the "Just a Clock - The Minutes" extension in your toolbar and positioned to its LEFT. Remember to also install the MINUTES: https://chrome.google.com/webstore/detail/pgmgkfgcnigcopcjhilfabbdgmjmkogj -- Now with 24 hour support because you asked for it! -- And Desktop Notifications upon the hour can be turned on in Options -- Also, white numbers for dark themes are available in Options - Russian translation provided by Ross Yes - Turkish translation provided by Kerem Özen - German translation provided by Arshad Tayyeb - Italian translation provided by Stefano Moris - Dutch translation provided by Joery van Druten If you like it please let me know in the comments. If you have any suggestions or requests please also let me know.
Informations de Base sur l'Extension
Nom | Just a Clock - the Hours |
ID | agglgohcegmeeaccikjfmehncfomccpg |
URL Officiel | https://chromewebstore.google.com/detail/just-a-clock-the-hours/agglgohcegmeeaccikjfmehncfomccpg |
Description | A simple digital clock for the toolbar. This is JUST THE HOURS. Pair with the minutes for an awesome readable clock in your toolbar! |
Taille du Fichier | 125 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 0.93.6 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2015-12-04 |
Évaluation | 4.38/5 Total 280 Évaluations |
Développeur | Marc G |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | de,en,nl,tr,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.93.6", "description": "__MSG_extDescription__", "icons": { "16": "iconSmall.png", "32": "iconWin.png", "48": "iconMed.png", "128": "iconBig.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "12-19.png", "38": "12-38.png" } }, "background": { "scripts": [ "setHour.js" ] }, "offline_enabled": true, "options_page": "options.html", "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |