Sidebar Clock
Clock on browser sidebar
Qu'est-ce que Sidebar Clock ?
Sidebar Clock est une extension Chrome développée par SuperExt, et sa fonction principale est "Clock on browser sidebar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sidebar Clock
Téléchargez les fichiers d'extension Sidebar Clock 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
Clock on browser sidebar. Requirements minimum chrome version: 114 More features on the way V1.0.2 - CLOCK [✔] - STOPWATCH [✔] - POMODORO [✔] - TIMER - ALARM CLOCK
Informations de Base sur l'Extension
Nom | Sidebar Clock |
ID | jhlfjalilcgcampkndjhlgkndedgoegg |
URL Officiel | https://chromewebstore.google.com/detail/sidebar-clock/jhlfjalilcgcampkndjhlgkndedgoegg |
Description | Clock on browser sidebar |
Taille du Fichier | 133 KB |
Nombre d'Installations | 66 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-05-15 |
Date de Publication | 2023-05-10 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | SuperExt |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sidebar Clock", "description": "Clock on browser sidebar", "version": "1.0.2", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "scripts\/service-worker.js" }, "side_panel": { "default_path": "panel\/clock.html", "openPanelOnActionClick": true }, "action": { "default_title": "Click to open Sidebar Clock" }, "offline_enabled": true, "minimum_chrome_version": "114", "permissions": [ "sidePanel" ] } |