New Tab Page with Date and Time
A redesigned new tab page that has a date and time.
Vad är New Tab Page with Date and Time?
New Tab Page with Date and Time är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A redesigned new tab page that has a date and time.".
Tilläggsskärmbilder
Ladda ner New Tab Page with Date and Time-förlängningens CRX-fil
Ladda ner New Tab Page with Date and Time-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
Grundläggande Information om Tillägg
| Namn | |
| ID | jpfnggpejkdhnnjhcjnfecnjemmfinoc |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-page-with-date-an/jpfnggpejkdhnnjhcjnfecnjemmfinoc |
| Beskrivning | A redesigned new tab page that has a date and time. |
| Filstorlek | 243 KB |
| Antal Installationer | 68 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2012-10-05 |
| Publiceringsdatum | 2012-10-05 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Page with Date and Time",
"version": "1.0",
"manifest_version": 2,
"description": "A redesigned new tab page that has a date and time.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
} | |