DistractBlock
Temporarily block websites - *** STUDY AID ***
Hvad er DistractBlock?
DistractBlock er en Chrome-udvidelse udviklet af pandaDevs, og dens hovedfunktion er "Temporarily block websites - *** STUDY AID ***".
Udvidelsesskærmbilleder
Download DistractBlock-udvidelses-CRX-fil
Download DistractBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Be more productive and stay focused with DistractBlock. A simple, easy to use study aid to block distracting websites. You can block sites individually or you can create a list of sites to block in a single click. Sites continue to be blocked until the user selected timer runs out. Please do not hesitate to email me any issues/suggestions you have before giving negative feedback! I will try and fix issues ASAP.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | chkocephofomhgkamlgndfolgpgddhnf |
Officiel URL | https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf |
Beskrivelse | Temporarily block websites - *** STUDY AID *** |
Filstørrelse | 153 KB |
Antal Installationer | 90 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-03-08 |
Udgivelsesdato | 2017-03-08 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | pandaDevs |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DistractBlock", "short_name": "DistractBlock", "description": "Temporarily block websites - *** STUDY AID ***", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icons\/not_active_64.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "icons": { "32": "img\/icons\/active_32.png", "64": "img\/icons\/active_64.png", "128": "img\/icons\/active_128.png" }, "web_accessible_resources": [ "blocked.html" ], "permissions": [ "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "declarativeContent", "storage" ] } |