DropKick!

DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.

DropKick! क्या है?

DropKick! [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites."।

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

screenshot
screenshot
screenshot

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

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

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

                        DropKick is a Chrome Extension that helps you create good working habits by limiting the amount of time you spend on time-wasting websites.

It uses the Pomodoro Technique, which works like this:

You have a working interval (say 25 minutes)
Followed by a short break (say 3 minutes)
A break might be include catching up on Facebook or checking Instagram. You are allowed to enjoy yourself! DropKick simply prevents you wasting too much time.                    

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

नाम DropKick! DropKick!
ID nemlbcegcokokoajldaboefhnbijiblm
आधिकारिक URL https://chromewebstore.google.com/detail/dropkick/nemlbcegcokokoajldaboefhnbijiblm
विवरण DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.
फ़ाइल का आकार 89.58 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2016-05-12
प्रकाशन तिथि 2016-05-12
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://oodavid.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DropKick!",
    "description": "DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.",
    "version": "0.1.6",
    "browser_action": {
        "default_icon": {
            "19": "inactive38.png",
            "38": "inactive38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}