Blink: Automatic Focus & Concentration
Automatically focus and concentrate when you work online!
Τι είναι το Blink: Automatic Focus & Concentration;
Το Blink: Automatic Focus & Concentration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον decodingchris, και η κύρια λειτουργία του είναι "Automatically focus and concentrate when you work online!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Blink: Automatic Focus & Concentration
Λήψη αρχείων επέκτασης Blink: Automatic Focus & Concentration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Procrastinate less and become more productive when you work online.
🚀 Get it done
With one click, Blink will automatically help you focus and concentrate on your work.
🎯 Reach your life goals
Procrastinate less with Blink and achieve your academic, professional, and personal goals.
🏆 Gain an edge
The ability to focus will set you apart from 99% of the world.
🔧 Easy install
Add and pin Blink to your browser in seconds, then work as usual. You'll become more focused without noticing.
🧠 Blink is based on brainwave entrainment
Your brainwaves will naturally synchronize with the rhythm of the blinking light, inducing a focused state. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lhmfkleedadlmbjnhjpklndkhlkahkgp |
| Επίσημο URL | https://chromewebstore.google.com/detail/blink-automatic-focus-con/lhmfkleedadlmbjnhjpklndkhlkahkgp |
| Περιγραφή | Automatically focus and concentrate when you work online! |
| Μέγεθος Αρχείου | 9.03 KB |
| Αριθμός Εγκαταστάσεων | 93 |
| Τρέχουσα Έκδοση | 1.3 |
| Τελευταία Ενημέρωση | 2023-12-12 |
| Ημερομηνία Δημοσίευσης | 2023-11-17 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | decodingchris |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Blink: Automatic Focus & Concentration",
"description": "Automatically focus and concentrate when you work online!",
"version": "1.3",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon.png"
}
} | |