Just Focus
Block Distracting Websites. Unleash Productivity.
Was ist Just Focus?
Just Focus ist eine Chrome-Erweiterung, die von maaslalani entwickelt wurde, und ihr Hauptmerkmal ist "Block Distracting Websites. Unleash Productivity.".
Erweiterungsscreenshots
Just Focus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Just Focus-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
Unleash productivity. Block distracting websites and pages in just a few clicks.
Just Focus is a free chrome extension that helps you avoid distractions and enables you to focus on your real work. Simply add a website to your block list and hit "Start Focusing" - you’ll increase your working efficiency and get more done.
We waste hours a day scrolling through social media… Just Focus helps you get your time back.
Completely free! Works on the latest versions of chrome. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gefaddaengbodpiobpbgblajdboalmgc |
| Offizielle URL | https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc |
| Beschreibung | Block Distracting Websites. Unleash Productivity. |
| Dateigröße | 20.59 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.04 |
| Letztes Update | 2024-03-01 |
| Veröffentlichungsdatum | 2019-11-19 |
| Bewertung | 4.61/5 Insgesamt 70 Bewertungen |
| Entwickler | maaslalani |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.maaslalani.com/JustFocus |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Just Focus",
"description": "Block Distracting Websites. Unleash Productivity.",
"version": "1.04",
"icons": {
"128": ".\/icons\/icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Just Focus"
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |