DayCountDown
show the countdown of day a new tab
Wat is DayCountDown?
DayCountDown is een Chrome-extensie ontwikkeld door ShulinChen, en de belangrijkste functie is "show the countdown of day a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie DayCountDown
Download DayCountDown-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
countdown of the day in a new Tab to increase user's productivity. Basisinformatie over de Extensie
| Naam | |
| ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
| Officiële URL | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
| Beschrijving | show the countdown of day a new tab |
| Bestandsgrootte | 66.84 KB |
| Aantal Installaties | 29 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2015-10-11 |
| Publicatiedatum | 2015-10-11 |
| Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | ShulinChen |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DayCountDown",
"version": "1.0.1",
"description": "show the countdown of day a new tab",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "index.html"
},
"offline_enabled": true,
"permissions": [
"https:\/\/ssl.google-analytics.com\/ga.js",
"*:\/\/*.googleapis.com\/*",
"storage"
]
} | |