Min New Tab
A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Qu'est-ce que Min New Tab ?
Min New Tab est une extension Chrome développée par Stanley Lim, et sa fonction principale est "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Min New Tab
Téléchargez les fichiers d'extension Min 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
Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices. Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts. Images are provided by Unspalsh. https://unsplash.com
Informations de Base sur l'Extension
Nom | |
ID | ceaabelmocjaianlmapkjobmmhgjhbho |
URL Officiel | https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho |
Description | A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more. |
Taille du Fichier | 51.95 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-07-29 |
Date de Publication | 2016-07-29 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Stanley Lim |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "permissions": [ "storage", "topSites" ], "offline_enabled": true, "name": "Min New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |