Productivity Beats

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

Что такое Productivity Beats?

Productivity Beats - это расширение Chrome, разработанное productivitybeats.io, и его основная функция - "Block time consuming sites and listen to your favorite beats while focusing on your work.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Productivity Beats

Скачайте файлы расширений Productivity Beats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Productivity Beats Productivity Beats
ID mgijflbgfkdcdhonodjhpigemiphdhkc
Официальный URL https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc
Описание Block time consuming sites and listen to your favorite beats while focusing on your work.
Размер файла 616 KB
Количество установок 98
Текущая Версия 0.2.1
Последнее Обновление 2022-01-06
Дата публикации 2016-09-19
Разработчик productivitybeats.io
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}