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 là gì?

Better things to do là một tiện ích mở rộng Chrome được phát triển bởi Artem Tyurin, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better things to do

Tải xuống các tệp mở rộng Better things to do dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
URL Chính Thức https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Mô tả 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…
Kích Thước Tệp 383 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2017-02-25
Ngày Phát Hành 2017-02-25
Nhà Phát Triển Artem Tyurin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/agentcooper/better-things-to-do
URL Trang Trợ Giúp https://github.com/agentcooper/better-things-to-do/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}