Focusly
Allows users to block distracting sites for a set period of time.
Wat is Focusly?
Focusly is een Chrome-extensie ontwikkeld door trevorscandalios, en de belangrijkste functie is "Allows users to block distracting sites for a set period of time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Focusly
Download Focusly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Focusly allows you to limit distractions when you want to focus.
Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites. Basisinformatie over de Extensie
| Naam | |
| ID | jlihnplddpebplnfafhdanaiapbeikbk |
| Officiële URL | https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk |
| Beschrijving | Allows users to block distracting sites for a set period of time. |
| Bestandsgrootte | 2.41 MB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-12-19 |
| Publicatiedatum | 2016-12-19 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | trevorscandalios |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Focusly",
"description": "Allows users to block distracting sites for a set period of time.",
"version": "1.1",
"icons": {
"16": "assets\/circle-16.png",
"32": "assets\/circle-32.png",
"64": "assets\/circle-64.png",
"128": "assets\/circle-128.png"
},
"options_page": "options.html",
"browser_action": {
"default_popup": "popup.html",
"default_title": "Focusly"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*",
"webNavigation",
"tabs",
"storage"
],
"background": {
"scripts": [
"eventPage.js"
]
}
} | |