minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
Wat is minimal-new-tab?
minimal-new-tab is een Chrome-extensie ontwikkeld door durancristhian, en de belangrijkste functie is "(FINISHED) Replacement of the new tab for Google Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie minimal-new-tab
Download minimal-new-tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
(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 Basisinformatie over de Extensie
| Naam | |
| ID | nljoaafhkenagpclofihfbfhkhddhdlk |
| Officiële URL | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
| Beschrijving | (FINISHED) Replacement of the new tab for Google Chrome |
| Bestandsgrootte | 575 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-11-29 |
| Publicatiedatum | 2015-11-29 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | durancristhian |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |