New Tab Countdown
Countdown time remaining in the day, week, month, year, or a custom date.
Vad är New Tab Countdown?
New Tab Countdown är en Chrome-tillägg utvecklad av Sebastian Liu, och dess huvudfunktion är "Countdown time remaining in the day, week, month, year, or a custom date.".
Tilläggsskärmbilder
Ladda ner New Tab Countdown-förlängningens CRX-fil
Ladda ner New Tab Countdown-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
New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown. Grundläggande Information om Tillägg
| Namn | |
| ID | pbeiaielhjhfdpnonbbincehnanaehon |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon |
| Beskrivning | Countdown time remaining in the day, week, month, year, or a custom date. |
| Filstorlek | 1.07 MB |
| Antal Installationer | 1,896 |
| Aktuell Version | 2.3.3 |
| Senast Uppdaterad | 2019-03-22 |
| Publiceringsdatum | 2019-03-22 |
| Betyg | 4.41/5 Totalt 27 Betyg |
| Utvecklare | Sebastian Liu |
| Betalningssätt | free |
| Tilläggswebbplats | https://new-tab-countdown.github.io/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Countdown",
"description": "Countdown time remaining in the day, week, month, year, or a custom date.",
"version": "2.3.3",
"manifest_version": 2,
"icons": {
"48": "extension-icons\/Clock-48.png",
"128": "extension-icons\/Clock-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |