Todoist New Tab

Open Todist in every new tab

Todoist New Tabとは何ですか?

Todoist New TabはJerreBMによって開発されたChromeの拡張機能で、その主な機能は「Open Todist in every new tab」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        This extension changes the new tab page to your Todoist list.

Instead of redirecting to Todoist, it's loaded in an iFrame for a faster and more seamless experience.                    

拡張機能の基本情報

名前 Todoist New Tab Todoist New Tab
ID dffbbheconicccgghdddjeklbneimlmf
公式URL https://chromewebstore.google.com/detail/todoist-new-tab/dffbbheconicccgghdddjeklbneimlmf
説明 Open Todist in every new tab
ファイルサイズ 120 KB
インストール数 975
現在のバージョン 0.1
最終更新日 2019-03-14
公開日 2019-03-14
評価 4.80/5 合計 15 レビュー
開発者 JerreBM
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Todoist New Tab",
    "description": "Open Todist in every new tab",
    "version": "0.1",
    "chrome_url_overrides": {
        "newtab": "todoist_frame.html"
    },
    "author": "Jerre",
    "icons": {
        "16": "logo_16.png",
        "128": "logo_128.png"
    }
}