Tokyo Cyberpunk New Tab
Tokyo Cyberpunk New Tab personal dashboard
Wat is Tokyo Cyberpunk New Tab?
Tokyo Cyberpunk New Tab is een Chrome-extensie ontwikkeld door newtabdemo, en de belangrijkste functie is "Tokyo Cyberpunk New Tab personal dashboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Tokyo Cyberpunk New Tab
Download Tokyo Cyberpunk New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ecejfhgabhfplpljkjiiacfcocgbbdhi |
Officiële URL | https://chrome.google.com/webstore/detail/tokyo-cyberpunk-new-tab/ecejfhgabhfplpljkjiiacfcocgbbdhi |
Beschrijving | Tokyo Cyberpunk New Tab personal dashboard |
Bestandsgrootte | 67.91 MB |
Aantal Installaties | 66 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2023-04-02 |
Publicatiedatum | 2023-04-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | newtabdemo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |