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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}