Calendar Clock
A convenient calendar and clock widget.
Wat is Calendar Clock?
Calendar Clock is een Chrome-extensie ontwikkeld door jack.m.hou, en de belangrijkste functie is "A convenient calendar and clock widget.".
Extensie Screenshots
Download het CRX-bestand van de extensie Calendar Clock
Download Calendar Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Same as the Chrome App (https://chrome.google.com/webstore/detail/calendar-clock/galgfocamdohgeifjlbefkfpaalankfi) but turned into an extension since Chrome Apps will be shut down soon.
Source code can be found at:
https://github.com/kaydensigh/chromecalclock Basisinformatie over de Extensie
| Naam | |
| ID | abmmcineiaonblhmehimkeneglmcofge |
| Officiële URL | https://chromewebstore.google.com/detail/calendar-clock/abmmcineiaonblhmehimkeneglmcofge |
| Beschrijving | A convenient calendar and clock widget. |
| Bestandsgrootte | 369 KB |
| Aantal Installaties | 12,379 |
| Huidige Versie | 0.12 |
| Laatst Bijgewerkt | 2021-06-11 |
| Publicatiedatum | 2021-06-10 |
| Beoordeling | 4.38/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | jack.m.hou |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kaydensigh/chromecalclock |
| Help Pagina-URL | https://github.com/kaydensigh/chromecalclock |
| Ondersteunde Talen | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "0.12",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"128": "common\/icon-128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "common\/main.html",
"default_icon": {
"128": "common\/icon-128.png"
}
}
} | |