Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Wat is Yet Another New Tab Page?
Yet Another New Tab Page is een Chrome-extensie ontwikkeld door Brian Mock, en de belangrijkste functie is "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".
Extensie Screenshots
Download het CRX-bestand van de extensie Yet Another New Tab Page
Download Yet Another New Tab Page-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
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
Basisinformatie over de Extensie
Naam | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
Officiële URL | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
Beschrijving | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
Bestandsgrootte | 9.39 KB |
Aantal Installaties | 194 |
Huidige Versie | 21.0 |
Laatst Bijgewerkt | 2017-11-19 |
Publicatiedatum | 2017-11-19 |
Beoordeling | 4.43/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Brian Mock |
Betalingswijze | free |
Extensiewebsite | https://github.com/wavebeem/yantp |
Help Pagina-URL | https://github.com/wavebeem/yantp |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |