Stay Focused

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

Stay Focused क्या है?

Stay Focused Maher Khdeir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block distracting websites and get funny images to go back to work."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stay Focused एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Stay Focused Stay Focused
ID nnlgodiccogbpcfnhmclaicljjgfmekd
आधिकारिक URL https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd
विवरण Block distracting websites and get funny images to go back to work.
फ़ाइल का आकार 1.8 MB
स्थापना संख्या 2,046
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2020-09-07
प्रकाशन तिथि 2020-06-28
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर Maher Khdeir
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MaherSaleem/stay-focused-chrome-extension
सहायता पृष्ठ URL https://github.com/MaherSaleem/stay-focused-chrome-extension/issues
समर्थित भाषाएँ 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"
    ]
}