Stay Focused
Block distracting websites and get funny images to go back to work.
Was ist Stay Focused?
Stay Focused ist eine Chrome-Erweiterung, die von Maher Khdeir entwickelt wurde, und ihr Hauptmerkmal ist "Block distracting websites and get funny images to go back to work.".
Erweiterungsscreenshots
Stay Focused-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stay Focused-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
Stay focused is an open source chrome extension to help you to block distracting websites like social media. The idea behinds this, that sometimes you are working, and suddenly you find yourself sitting on social media like Facebook, and you spend there like 30 minutes without noticing that. So this chrome extension will show an image to remind you to back to work. Functionalities 💪 - Block entering websites by three methods: - Block by websites. - Block by a word. - Block by regex. - Group block websites in groups (like social media, videos, etc) - Showing funny images to tell you to go back to work. - specify working hours(to only block websites during your working hours) - Using Lock mechanism to delay you from disabling the tool immediately: - Lock By Password: To prevent others from entering the settings and unlock the tool - Lock By Questions You have to answer a question to unlock the tool - Clicking a button You have to click on a moving button for number of times to unlock the tool
Grundlegende Informationen zur Erweiterung
Name | Stay Focused |
ID | nnlgodiccogbpcfnhmclaicljjgfmekd |
Offizielle URL | https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd |
Beschreibung | Block distracting websites and get funny images to go back to work. |
Dateigröße | 1.8 MB |
Installationsanzahl | 2,046 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2020-09-07 |
Veröffentlichungsdatum | 2020-06-28 |
Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
Entwickler | Maher Khdeir |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/MaherSaleem/stay-focused-chrome-extension |
Hilfeseite URL | https://github.com/MaherSaleem/stay-focused-chrome-extension/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stay Focused", "description": "Block distracting websites and get funny images to go back to work.", "version": "1.0.6", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48_HQ.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Stay Focused", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "webNavigation", "tabs" ] } |