simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
Qu'est-ce que simpleClock ?
simpleClock est une extension Chrome développée par Stefan Dietz, et sa fonction principale est "Shows a simple clock top right in the browser. The color is free selectable.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension simpleClock
Téléchargez les fichiers d'extension simpleClock 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
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
Informations de Base sur l'Extension
Nom | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
URL Officiel | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
Description | Shows a simple clock top right in the browser. The color is free selectable. |
Taille du Fichier | 133 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2021-08-31 |
Date de Publication | 2013-01-05 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | Stefan Dietz |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/sdvg/simpleClock_v2/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |