Typedash

Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.

Co je Typedash?

Typedash je rozšíření Chrome vyvinuté https://typedash.io, a jeho hlavní funkcí je „Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Typedash

Stáhněte si soubory rozšíření Typedash ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.                    

Základní Informace o Rozšíření

Název Typedash Typedash
ID kpmmaampoeceelbjcdacknikchobbpah
Oficiální URL https://chromewebstore.google.com/detail/typedash/kpmmaampoeceelbjcdacknikchobbpah
Popis Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
Velikost souboru 4.63 KB
Počet instalací 298
Aktuální Verze 0.1
Poslední Aktualizace 2018-10-08
Datum Vydání 2018-10-08
Hodnocení 3.60/5 Celkem 15 Hodnocení
Vývojář https://typedash.io
Typ Platby free
Podporované Jazyky 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"
    }
}