Elegant Startage | New Tab
An elegant and powerful startpage.
Qu'est-ce que Elegant Startage | New Tab ?
Elegant Startage | New Tab est une extension Chrome développée par thomaidistheo, et sa fonction principale est "An elegant and powerful startpage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elegant Startage | New Tab
Téléchargez les fichiers d'extension Elegant Startage | 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
An elegant and powerful startpage. A New Tab replacement with elegant design and powerful tools to boost your productivity. First things first, yes there is a dark mode option. List of tools: - Create custom bookmarks for your favorite websites - Add tasks to an organized ToDo List - Take notes and add them to a Notes List - Google search box - Light / Dark theme All that in 1 page, accessible in your New Tab. The perfect tool for productivity.
Informations de Base sur l'Extension
Nom | Elegant Startage | New Tab |
ID | odgeaoeiadnifppkijkaiiafbcendbhd |
URL Officiel | https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd |
Description | An elegant and powerful startpage. |
Taille du Fichier | 1.04 MB |
Nombre d'Installations | 90 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2021-02-04 |
Date de Publication | 2021-02-03 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | thomaidistheo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elegant Startage | New Tab", "description": "An elegant and powerful startpage.", "version": "1.6.3", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "\/assets\/96x96_icon.png" }, "permission": [ "tabs" ], "background": { "scripts": [ "script.js" ], "persistent": false } } |