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"
    ]
}