Today - Google Calendar Highlighter for Today
Highlight the today box in Google Calendar
Wat is Today - Google Calendar Highlighter for Today?
Today - Google Calendar Highlighter for Today is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Highlight the today box in Google Calendar".
Extensie Screenshots
Download het CRX-bestand van de extensie Today - Google Calendar Highlighter for Today
Download Today - Google Calendar Highlighter for Today-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
Highlight TODAY in your Google Calendar Basisinformatie over de Extensie
| Naam | |
| ID | nnameabnlpgflijlfihokcjfkffmlmdo |
| Officiële URL | https://chromewebstore.google.com/detail/today-google-calendar-hig/nnameabnlpgflijlfihokcjfkffmlmdo |
| Beschrijving | Highlight the today box in Google Calendar |
| Bestandsgrootte | 49.86 KB |
| Aantal Installaties | 1,532 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2021-11-30 |
| Publicatiedatum | 2021-11-29 |
| Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Today - Google Calendar Highlighter for Today",
"description": "Highlight the today box in Google Calendar",
"version": "1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"*:\/\/calendar.google.com\/*"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png"
}
} | |