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…
Qu'est-ce que Yet Another New Tab Page ?
Yet Another New Tab Page est une extension Chrome développée par Brian Mock, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yet Another New Tab Page
Téléchargez les fichiers d'extension Yet Another New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
URL Officiel | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
Description | 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… |
Taille du Fichier | 9.39 KB |
Nombre d'Installations | 194 |
Version Actuelle | 21.0 |
Dernière Mise à Jour | 2017-11-19 |
Date de Publication | 2017-11-19 |
Évaluation | 4.43/5 Total 14 Évaluations |
Développeur | Brian Mock |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/wavebeem/yantp |
URL de la Page d'Aide | https://github.com/wavebeem/yantp |
Langues Prises en Charge | 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" } } |