Elegant Startage | New Tab
An elegant and powerful startpage.
Cos'è Elegant Startage | New Tab?
Elegant Startage | New Tab è un'estensione di Chrome sviluppata da thomaidistheo, e la sua funzione principale è "An elegant and powerful startpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Elegant Startage | New Tab
Scarica i file di estensione Elegant Startage | New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Elegant Startage | New Tab |
ID | odgeaoeiadnifppkijkaiiafbcendbhd |
URL Ufficiale | https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd |
Descrizione | An elegant and powerful startpage. |
Dimensione del File | 1.04 MB |
Conteggio Installazioni | 90 |
Versione Corrente | 1.6.3 |
Ultimo Aggiornamento | 2021-02-04 |
Data di Pubblicazione | 2021-02-03 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | thomaidistheo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |