Productivity Beats
Block time consuming sites and listen to your favorite beats while focusing on your work.
Was ist Productivity Beats?
Productivity Beats ist eine Chrome-Erweiterung, die von productivitybeats.io entwickelt wurde, und ihr Hauptmerkmal ist "Block time consuming sites and listen to your favorite beats while focusing on your work.".
Erweiterungsscreenshots
Productivity Beats-Erweiterungs-CRX-Datei herunterladen
Laden Sie Productivity Beats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Productivity Beats |
ID | mgijflbgfkdcdhonodjhpigemiphdhkc |
Offizielle URL | https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc |
Beschreibung | Block time consuming sites and listen to your favorite beats while focusing on your work. |
Dateigröße | 616 KB |
Installationsanzahl | 98 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2022-01-06 |
Veröffentlichungsdatum | 2016-09-19 |
Entwickler | productivitybeats.io |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |