Minimal New Tab
A minimal new tab page for Chrome.
Qu'est-ce que Minimal New Tab ?
Minimal New Tab est une extension Chrome développée par ExPixel, et sa fonction principale est "A minimal new tab page for Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimal New Tab
Téléchargez les fichiers d'extension Minimal New Tab 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
A minimal new tab page for Chrome.
Informations de Base sur l'Extension
Nom | |
ID | oefebaomaahemfkgjdeaokigmcflbfna |
URL Officiel | https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna |
Description | A minimal new tab page for Chrome. |
Taille du Fichier | 122 KB |
Nombre d'Installations | 617 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2017-10-11 |
Date de Publication | 2017-10-11 |
Évaluation | 4.61/5 Total 18 Évaluations |
Développeur | ExPixel |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ExPixel/Minimal-New-Tab-Page |
URL de la Page d'Aide | https://github.com/ExPixel/Minimal-New-Tab-Page/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal New Tab", "version": "1.5.0", "description": "A minimal new tab page for Chrome.", "author": "Adolph C.", "icons": { "16": "icons\/minimalnewtab-icon-16.png", "32": "icons\/minimalnewtab-icon-32.png", "48": "icons\/minimalnewtab-icon-48.png", "64": "icons\/minimalnewtab-icon-64.png", "128": "icons\/minimalnewtab-icon-128.png" }, "background": { "scripts": [ "js\/background.bundle.js" ] }, "permissions": [ "chrome:\/\/favicon\/**\/*", "https:\/\/*.darksky.net\/", "http:\/\/*.darksky.net\/" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "img\/weather\/*.svg", "js\/app.bundle.js" ] } |