Next Todo in New Tab

Shows you the next task to work on

Next Todo in New Tabとは何ですか?

Next Todo in New Tabはhttps://weekplan.netによって開発されたChromeの拡張機能で、その主な機能は「Shows you the next task to work on」です。

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

screenshot

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

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

拡張機能の使用方法

                        New tab that shows a random gorgeous picture and your next task. 

It integrates with Week Plan to pull down your todo list from your Week Plan account. https://weekplan.net                    

拡張機能の基本情報

名前 Next Todo in New Tab Next Todo in New Tab
ID bamagneapdhjinedbgjdalmcopaongjh
公式URL https://chromewebstore.google.com/detail/next-todo-in-new-tab/bamagneapdhjinedbgjdalmcopaongjh
説明 Shows you the next task to work on
ファイルサイズ 4.82 MB
インストール数 89
現在のバージョン 0.3
最終更新日 2018-06-24
公開日 2018-06-23
評価 4.00/5 合計 1 レビュー
開発者 https://weekplan.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://weekplan.net
ヘルプページのURL http://support.weekplan.net
プライバシーポリシーページのURL https://wise.pm/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Next Todo in New Tab",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Shows you the next task to work on",
    "icons": {
        "64": "logo64.png",
        "32": "logo32.png",
        "16": "logo16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/api.weekplan.net\/*",
                "http:\/\/api-dev.weekplan.net\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.weekplan.net\/*"
            ],
            "css": [],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}