Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Qu'est-ce que Minimalist New Tab ?
Minimalist New Tab est une extension Chrome développée par John, et sa fonction principale est "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimalist New Tab
Téléchargez les fichiers d'extension Minimalist 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
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
Informations de Base sur l'Extension
Nom | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
URL Officiel | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Description | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Taille du Fichier | 131 KB |
Nombre d'Installations | 262 |
Version Actuelle | 0.2.6 |
Dernière Mise à Jour | 2019-02-06 |
Date de Publication | 2019-02-06 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | John |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |