DropKick!

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

ما هو DropKick!؟

DropKick! هو إضافة Chrome تم تطويرها بواسطة [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 للإضافة DropKick!

قم بتنزيل ملفات الامتداد DropKick! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}