Tokyo Cyberpunk New Tab
Tokyo Cyberpunk New Tab personal dashboard
Cos'è Tokyo Cyberpunk New Tab?
Tokyo Cyberpunk New Tab è un'estensione di Chrome sviluppata da newtabdemo, e la sua funzione principale è "Tokyo Cyberpunk New Tab personal dashboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tokyo Cyberpunk New Tab
Scarica i file di estensione Tokyo Cyberpunk 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
The best Cyberpunk New Tab around. Features included: - Search bar supporting multiple search engines. - Timer, and advanced calculator. - Draggable, and minimizable sticky notes. - Draggable and editable shortcuts. - Date & Time. - Wallpaper customization. - Dim background to your preference for better visibility. - Lots of customizable features in setting.
Informazioni di Base sull'Estensione
Nome | |
ID | ecejfhgabhfplpljkjiiacfcocgbbdhi |
URL Ufficiale | https://chrome.google.com/webstore/detail/tokyo-cyberpunk-new-tab/ecejfhgabhfplpljkjiiacfcocgbbdhi |
Descrizione | Tokyo Cyberpunk New Tab personal dashboard |
Dimensione del File | 67.91 MB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2023-04-02 |
Data di Pubblicazione | 2023-04-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | newtabdemo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tokyo Cyberpunk New Tab", "description": "Tokyo Cyberpunk New Tab personal dashboard", "version": "1.5", "manifest_version": 3, "icons": { "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |