Beautiful New Tab
A beautiful new tab page
Qu'est-ce que Beautiful New Tab ?
Beautiful New Tab est une extension Chrome développée par Matt Carrick, et sa fonction principale est "A beautiful new tab page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Beautiful New Tab
Téléchargez les fichiers d'extension Beautiful 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 alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.
Informations de Base sur l'Extension
Nom | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
URL Officiel | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
Description | A beautiful new tab page |
Taille du Fichier | 3.78 MB |
Nombre d'Installations | 167 |
Version Actuelle | 1.19 |
Dernière Mise à Jour | 2019-08-28 |
Date de Publication | 2019-08-28 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Matt Carrick |
Type de Paiement | free |
Site Web de l'Extension | http://rokco.org |
URL de la Page d'Aide | https://github.com/xRokco/New-Tab |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful New Tab", "version": "1.19", "minimum_chrome_version": "37", "manifest_version": 2, "description": "A beautiful new tab page", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "geolocation", "storage", "bookmarks", "chrome:\/\/favicon\/", "unlimitedStorage" ], "background": { "scripts": [ "jquery.min.js", "config.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "web_accessible_resources": [ "index.html" ] } |