BWNT - New Tab
Minimalist New Tab page.
Qu'est-ce que BWNT - New Tab ?
BWNT - New Tab est une extension Chrome développée par https://erikboesen.com, et sa fonction principale est "Minimalist New Tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BWNT - New Tab
Téléchargez les fichiers d'extension BWNT - 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 gorgeous hyperminimalistic new tab page featuring a clock and date. Features: - 12- and 24-hour time - Date (can be hidden or shown) - 5 beautiful themes: light, night, (full) dark, material, and light-blue. - Option to use a custom image in the background. - Option to rotate between light and night themes based on time of day This project is on GitHub! https://github.com/ErikBoesen/BWNT
Informations de Base sur l'Extension
Nom | BWNT - New Tab |
ID | doiinciigjmmlnbehjjjkeoamihggkba |
URL Officiel | https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba |
Description | Minimalist New Tab page. |
Taille du Fichier | 39.74 KB |
Nombre d'Installations | 2,103 |
Version Actuelle | 2.1.1 |
Dernière Mise à Jour | 2018-03-20 |
Date de Publication | 2018-03-20 |
Évaluation | 4.52/5 Total 29 Évaluations |
Développeur | https://erikboesen.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "2.1.1", "short_name": "BWNT", "description": "__MSG_extension_description__", "icons": { "128": "res\/icon.png" }, "default_locale": "en", "minimum_chrome_version": "36.0", "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |