Productivity Beats

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

Co je Productivity Beats?

Productivity Beats je rozšíření Chrome vyvinuté productivitybeats.io, a jeho hlavní funkcí je „Block time consuming sites and listen to your favorite beats while focusing on your work.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Productivity Beats

Stáhněte si soubory rozšíření Productivity Beats ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Productivity Beats Productivity Beats
ID mgijflbgfkdcdhonodjhpigemiphdhkc
Oficiální URL https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc
Popis Block time consuming sites and listen to your favorite beats while focusing on your work.
Velikost souboru 616 KB
Počet instalací 98
Aktuální Verze 0.2.1
Poslední Aktualizace 2022-01-06
Datum Vydání 2016-09-19
Vývojář productivitybeats.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}