Focus City

Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.

Τι είναι το Focus City;

Το Focus City είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lily DeHaven, και η κύρια λειτουργία του είναι "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Focus City

Λήψη αρχείων επέκτασης Focus City σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Focus City is a focus timer made for those times when you can't focus at all. It's based on the Pomodoro Technique where you take 20 minutes to focus and work, then 5 minutes to rest and take a break. Focus City will give you that rythmic feel so that you can get your work done.

Update: The timer now works completely and there are seconds displayed.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Focus City Focus City
ID fhohnhhfnhagcahimpcgkdbhpmheofce
Επίσημο URL https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce
Περιγραφή Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Μέγεθος Αρχείου 246 MB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2021-11-14
Ημερομηνία Δημοσίευσης 2021-09-09
Προγραμματιστής Lily DeHaven
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus City",
    "version": "3.0.0",
    "description": "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.",
    "short_name": "Focus City",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/clock.png"
    },
    "icons": {
        "128": "assets\/clock.png"
    }
}