The To Don't List

ToDon’t is a daily reminder for all the things to NOT do in your life.

The To Don't Listとは何ですか?

The To Don't ListはUnknownによって開発されたChromeの拡張機能で、その主な機能は「ToDon’t is a daily reminder for all the things to NOT do in your life.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

The To Don't List拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The key to unlocking productivity is not adding tasks, it’s removing them. To-Don’t is a to-do list that helps you avoid all the things you really shouldn’t be doing. Doing nothing has never felt so good!

Created by Burrow, furniture for modern life at home.                    

拡張機能の基本情報

名前 The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
公式URL https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
説明 ToDon’t is a daily reminder for all the things to NOT do in your life.
ファイルサイズ 19.44 MB
インストール数 105
現在のバージョン 0.1
最終更新日 2018-11-05
公開日 2018-11-05
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://thetodontlist.com
ヘルプページのURL https://thetodontlist.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The To Don't List",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png"
    },
    "version": "0.1",
    "description": "ToDon\u2019t is a daily reminder for all the things to NOT do in your life.",
    "author": "Burrow",
    "chrome_url_overrides": {
        "newtab": "todont.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/gifs\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}