Todoist New Tab

Override the new tab page with todoist.com

Todoist New Tabとは何ですか?

Todoist New Tabはdicknanielによって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with todoist.com」です。

Todoist New Tab拡張機能のCRXファイルをダウンロード

Todoist New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Todoist New Tab Todoist New Tab
ID llkkhbnadepleglebnkgdmidmocbclel
公式URL https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel
説明 Override the new tab page with todoist.com
ファイルサイズ 12.46 KB
インストール数 173
現在のバージョン 0.1
最終更新日 2016-11-30
公開日 2016-11-29
評価 4.80/5 合計 5 レビュー
開発者 dicknaniel
支払い方法 free
対応言語 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"
    }
}