Productivity Beats
Block time consuming sites and listen to your favorite beats while focusing on your work.
Qu'est-ce que Productivity Beats ?
Productivity Beats est une extension Chrome développée par productivitybeats.io, et sa fonction principale est "Block time consuming sites and listen to your favorite beats while focusing on your work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Productivity Beats
Téléchargez les fichiers d'extension Productivity Beats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Productivity Beats |
ID | mgijflbgfkdcdhonodjhpigemiphdhkc |
URL Officiel | https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc |
Description | Block time consuming sites and listen to your favorite beats while focusing on your work. |
Taille du Fichier | 616 KB |
Nombre d'Installations | 98 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2022-01-06 |
Date de Publication | 2016-09-19 |
Développeur | productivitybeats.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |