Just Focus
Block Distracting Websites. Unleash Productivity.
Cos'è Just Focus?
Just Focus è un'estensione di Chrome sviluppata da maaslalani, e la sua funzione principale è "Block Distracting Websites. Unleash Productivity.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Just Focus
Scarica i file di estensione Just Focus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gefaddaengbodpiobpbgblajdboalmgc |
| URL Ufficiale | https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc |
| Descrizione | Block Distracting Websites. Unleash Productivity. |
| Dimensione del File | 20.59 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.04 |
| Ultimo Aggiornamento | 2024-03-01 |
| Data di Pubblicazione | 2019-11-19 |
| Valutazione | 4.61/5 Totale 70 Valutazioni |
| Sviluppatore | maaslalani |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.maaslalani.com/JustFocus |
| Lingue Supportate | 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"
]
} | |