Delay

Delay is used to break habitual browsing, by having the moment to reflect you'll decide if you want to navigate to the website.

Delay क्या है?

Delay Richard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delay is used to break habitual browsing, by having the moment to reflect you'll decide if you want to navigate to the website."।

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

screenshot
screenshot

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

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

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

                        Identify and remove the habits that have you unintentionally opening websites.

Create a list of URL's and they will have a delay before the websites displayed. The delay enables you to recognize you've opened a certain URL and gives you time to to acknowledge a typically unconscious decision. 
Each time you both navigate to a blacklisted URL and wait for the delay to resolve it will save an event. These can be viewed in a chart which will compare how many times you navigated vs how many times you let the delay load. This way you can visualise how many times you halted that habit and delay rescued some time!

Updates
3.0  
- Delay Page will show the Desired URL appended at the back of its own URL
- You can enable Incrementing Delay Time. Each time you navigate to a Blacklisted page the Delay time will increase by 1 second. This resets every day.

Bug Fixes:
- Cursor behavior over buttons
- Some navigation events were not triggering the delay
- Depending on your timezone some events could be logged a day early or late
- Graph has been reduced to a max of 6 months.
  
2.4 Bulk Block, add a list of comma seperated URLS

2.3 Right clicking and selecting 'Open in new Tab' will now delay the tab. You will have to select it for the delay to initiate. Theres no max delay time you can set it as high as you'd like. Y-Axis will be a whole number, no more decimals.

2.2 When you navigate to a page but don't let it load for the first time within a day, loaded is given a initial value of 0 so it shows on the graph 

2.1 - Tab has to be in focus for the countdown to continue, stops you opening multiple tabs

2.0 - The recent release removes all existing navigation events. But what it allows going foward is a much smaller data set this means we have been able to enable:
- synchronization across browsers once you login using your gmail
- ability to work in incognito as well
 
Feedback
If you have any feedback, comment on the following thread: https://github.com/richardroy/delay/issues/48                    

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

नाम Delay Delay
ID fbhbfbladmbgakfkccbfjpbabagjcmid
आधिकारिक URL https://chromewebstore.google.com/detail/delay/fbhbfbladmbgakfkccbfjpbabagjcmid
विवरण Delay is used to break habitual browsing, by having the moment to reflect you'll decide if you want to navigate to the website.
फ़ाइल का आकार 143 KB
स्थापना संख्या 919
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2022-01-29
प्रकाशन तिथि 2019-08-25
रेटिंग 3.92/5 कुल 13 रेटिंग्स
डेवलपर Richard
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delay",
    "description": "Delay is used to break habitual browsing, by having the moment to reflect you'll decide if you want to navigate to the website.",
    "author": "roy",
    "version": "0.3.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "page": ".\/background.html"
    },
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}