DayCountDown
show the countdown of day a new tab
Vad är DayCountDown?
DayCountDown är en Chrome-tillägg utvecklad av ShulinChen, och dess huvudfunktion är "show the countdown of day a new tab".
Tilläggsskärmbilder
Ladda ner DayCountDown-förlängningens CRX-fil
Ladda ner DayCountDown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
countdown of the day in a new Tab to increase user's productivity. Grundläggande Information om Tillägg
| Namn | |
| ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
| Officiell webbadress | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
| Beskrivning | show the countdown of day a new tab |
| Filstorlek | 66.84 KB |
| Antal Installationer | 29 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2015-10-11 |
| Publiceringsdatum | 2015-10-11 |
| Betyg | 3.40/5 Totalt 5 Betyg |
| Utvecklare | ShulinChen |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |