Tokyo Cyberpunk New Tab
Tokyo Cyberpunk New Tab personal dashboard
Vad är Tokyo Cyberpunk New Tab?
Tokyo Cyberpunk New Tab är en Chrome-tillägg utvecklad av newtabdemo, och dess huvudfunktion är "Tokyo Cyberpunk New Tab personal dashboard".
Tilläggsskärmbilder
Ladda ner Tokyo Cyberpunk New Tab-förlängningens CRX-fil
Ladda ner Tokyo Cyberpunk New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ecejfhgabhfplpljkjiiacfcocgbbdhi |
Officiell webbadress | https://chrome.google.com/webstore/detail/tokyo-cyberpunk-new-tab/ecejfhgabhfplpljkjiiacfcocgbbdhi |
Beskrivning | Tokyo Cyberpunk New Tab personal dashboard |
Filstorlek | 67.91 MB |
Antal Installationer | 66 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2023-04-02 |
Publiceringsdatum | 2023-04-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | newtabdemo |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |