Clocker

Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something.…

Clockerคืออะไร?

Clocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Rosendin และคุณลักษณะหลักของมันคือ "Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something.…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clocker

ดาวน์โหลดไฟล์ส่วนขยาย Clocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something. Keep track of the time you spend on the web, writing code, playing games, or even reading a book. Clocker allows you to do all of these things! Clocker also sends desktop notifications to users after an hour (by default) has passed, alerting them to take a break. Break notifications can be adjusted to be sent every hour (by default), two hours, or three hours. This concept is based on the Pomodoro Technique, which states that frequent breaks can increase mental agility.

Use: to start a session, simply click main button. The timer will run in the background, even if Google Chrome is closed. Notifications will be sent at the specified time intervals. To stop the timer, either click on the desktop notification or click the main button again. Immediately after ending a session, you will see the session time added to your weekly time spent metric, as well as the all-time spent metric.

I credit Artur Stolear for helping develop this Chrome extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clocker Clocker
ID ppigdcjjommfkcbklhnblnicnomdnkjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clocker/ppigdcjjommfkcbklhnblnicnomdnkjh
คำอธิบาย Clocker is a Google Chrome extension productivity and developer tool that allows the user to track the time spent doing something.…
ขนาดไฟล์ 67.75 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2015-03-19
วันที่เผยแพร่ 2015-03-19
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Matthew Rosendin
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://roseware.co/products/clocker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "background"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/time.js",
            "scripts\/promised.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [],
    "default_locale": "en"
}