Stay Focused

Block distracting websites and get funny images to go back to work.

O que é Stay Focused?

Stay Focused é uma extensão do Chrome desenvolvida por Maher Khdeir, e sua principal característica é "Block distracting websites and get funny images to go back to work.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stay Focused

Baixe arquivos de extensão Stay Focused no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Stay Focused Stay Focused
ID nnlgodiccogbpcfnhmclaicljjgfmekd
URL Oficial https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd
Descrição Block distracting websites and get funny images to go back to work.
Tamanho do Arquivo 1.8 MB
Contagem de Instalações 2,046
Versão Atual 1.0.6
Última Atualização 2020-09-07
Data de Publicação 2020-06-28
Classificação 4.73/5 Total de 15 Avaliações
Desenvolvedor Maher Khdeir
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MaherSaleem/stay-focused-chrome-extension
URL da Página de Ajuda https://github.com/MaherSaleem/stay-focused-chrome-extension/issues
Idiomas Suportados 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"
    ]
}