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
官方網址 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
電子郵箱 [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"
    ]
}