Todoist New Tab

Override the new tab page with todoist.com

Apa itu Todoist New Tab?

Todoist New Tab adalah ekstensi Chrome yang dikembangkan oleh dicknaniel, dan fitur utamanya adalah "Override the new tab page with todoist.com".

Unduh Berkas CRX Ekstensi Todoist New Tab

Unduh file ekstensi Todoist New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        To help keep us on track, this extension changes the new tab page to todoist.com - in an effort to reduce random web browsing. To quickly access the omnibox (url bar) after new tab opens, press CMD+L or CTRL+L.                    

Informasi Dasar Ekstensi

Nama Todoist New Tab Todoist New Tab
ID llkkhbnadepleglebnkgdmidmocbclel
URL Resmi https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel
Deskripsi Override the new tab page with todoist.com
Ukuran File 12.46 KB
Jumlah Instalasi 173
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-11-30
Tanggal Publikasi 2016-11-29
Penilaian 4.80/5 Total 5 Penilaian
Pengembang dicknaniel
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Todoist New Tab",
    "description": "Override the new tab page with todoist.com",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}