DateTime new tab page
Override the new tab page with time and date
Vad är DateTime new tab page?
DateTime new tab page är en Chrome-tillägg utvecklad av Meosit, och dess huvudfunktion är "Override the new tab page with time and date".
Tilläggsskärmbilder
Ladda ner DateTime new tab page-förlängningens CRX-fil
Ladda ner DateTime new tab page-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
Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change) Grundläggande Information om Tillägg
| Namn | |
| ID | oipiajaklcfkockbhjkedfjkpkcbpgfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh |
| Beskrivning | Override the new tab page with time and date |
| Filstorlek | 24.6 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2024-02-16 |
| Publiceringsdatum | 2018-10-02 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Meosit |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DateTime new tab page",
"description": "Override the new tab page with time and date",
"version": "1.0.0",
"permissions": [
"storage"
],
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 3
} | |