Typedash
Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
Was ist Typedash?
Typedash ist eine Chrome-Erweiterung, die von https://typedash.io entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.".
Erweiterungsscreenshots
Typedash-Erweiterungs-CRX-Datei herunterladen
Laden Sie Typedash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
Grundlegende Informationen zur Erweiterung
Name | Typedash |
ID | kpmmaampoeceelbjcdacknikchobbpah |
Offizielle URL | https://chromewebstore.google.com/detail/typedash/kpmmaampoeceelbjcdacknikchobbpah |
Beschreibung | Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links. |
Dateigröße | 4.63 KB |
Installationsanzahl | 298 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-10-08 |
Veröffentlichungsdatum | 2018-10-08 |
Bewertung | 3.60/5 Insgesamt 15 Bewertungen |
Entwickler | https://typedash.io |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typedash", "description": "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |