Productivity Beats

Block time consuming sites and listen to your favorite beats while focusing on your work.

Productivity Beats là gì?

Productivity Beats là một tiện ích mở rộng Chrome được phát triển bởi productivitybeats.io, và tính năng chính của nó là "Block time consuming sites and listen to your favorite beats while focusing on your work.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Productivity Beats

Tải xuống các tệp mở rộng Productivity Beats 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

                        Set up the amount of time you want to be focusing on your work versus the time you want a break. The scheduler repeats this process until you're done.

Upload your favorite music in the browser, and it will automatically play while you work.

This add-on will save you lots of time by balancing study and leisure!

I'm open to any comments or suggestions.                    

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

Tên Productivity Beats Productivity Beats
ID mgijflbgfkdcdhonodjhpigemiphdhkc
URL Chính Thức https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc
Mô tả Block time consuming sites and listen to your favorite beats while focusing on your work.
Kích Thước Tệp 616 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-01-06
Ngày Phát Hành 2016-09-19
Nhà Phát Triển productivitybeats.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity Beats",
    "description": "Block time consuming sites and listen to your favorite beats while focusing on your work.",
    "version": "0.2.1",
    "browser_action": {
        "default_icon": {
            "38": "images\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ]
}