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
电子邮箱 [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"
    ]
}