Typedash

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

Vad är Typedash?

Typedash är en Chrome-tillägg utvecklad av https://typedash.io, och dess huvudfunktion är "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Typedash-förlängningens CRX-fil

Ladda ner Typedash-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

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

Grundläggande Information om Tillägg

Namn Typedash Typedash
ID kpmmaampoeceelbjcdacknikchobbpah
Officiell webbadress https://chromewebstore.google.com/detail/typedash/kpmmaampoeceelbjcdacknikchobbpah
Beskrivning Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
Filstorlek 4.63 KB
Antal Installationer 298
Aktuell Version 0.1
Senast Uppdaterad 2018-10-08
Publiceringsdatum 2018-10-08
Betyg 3.60/5 Totalt 15 Betyg
Utvecklare https://typedash.io
Betalningssätt free
Stödda Språk 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"
    }
}