minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
Was ist minimal-new-tab?
minimal-new-tab ist eine Chrome-Erweiterung, die von durancristhian entwickelt wurde, und ihr Hauptmerkmal ist "(FINISHED) Replacement of the new tab for Google Chrome".
Erweiterungsscreenshots
minimal-new-tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie minimal-new-tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
(FINISHED) Replacement of the new tab for Google Chrome
Version 1.0:
- Deleted extra functionality and commented code
Versión 0.3:
- Added animate.css animations and daily quotes
Versión 0.2:
- ToDo list added at the right
Versión 0.1:
- Added centered day and hour Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nljoaafhkenagpclofihfbfhkhddhdlk |
| Offizielle URL | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
| Beschreibung | (FINISHED) Replacement of the new tab for Google Chrome |
| Dateigröße | 575 KB |
| Installationsanzahl | 24 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-11-29 |
| Veröffentlichungsdatum | 2015-11-29 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | durancristhian |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "minimal-new-tab",
"description": "(FINISHED) Replacement of the new tab for Google Chrome",
"version": "1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"icons": {
"16": "img\/icon-16.png",
"128": "img\/icon-128.png"
}
} | |