minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
Vad är minimal-new-tab?
minimal-new-tab är en Chrome-tillägg utvecklad av durancristhian, och dess huvudfunktion är "(FINISHED) Replacement of the new tab for Google Chrome".
Tilläggsskärmbilder
Ladda ner minimal-new-tab-förlängningens CRX-fil
Ladda ner minimal-new-tab-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
(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 Grundläggande Information om Tillägg
| Namn | |
| ID | nljoaafhkenagpclofihfbfhkhddhdlk |
| Officiell webbadress | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
| Beskrivning | (FINISHED) Replacement of the new tab for Google Chrome |
| Filstorlek | 575 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-11-29 |
| Publiceringsdatum | 2015-11-29 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | durancristhian |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |