Better things to do

Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…

Better things to doとは何ですか?

Better things to doはArtem Tyurinによって開発されたChromeの拡張機能で、その主な機能は「Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…」です。

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

screenshot
screenshot

Better things to do拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Dead simple Chrome extension to save up some time.

You add a website to the list and the extension asks you to wait for 60 seconds before visiting it. Timer stops if the tab is not active.

Source code: https://github.com/agentcooper/better-things-to-do.                    

拡張機能の基本情報

名前 Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
公式URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
説明 Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…
ファイルサイズ 383 KB
インストール数 13
現在のバージョン 0.0.5
最終更新日 2017-02-25
公開日 2017-02-25
開発者 Artem Tyurin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/agentcooper/better-things-to-do
ヘルプページのURL https://github.com/agentcooper/better-things-to-do/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better things to do",
    "version": "0.0.5",
    "author": "Artem Tyurin ",
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "dist\/bundle.js",
        "dist\/style.css"
    ]
}