Pacer

A productivity tool that nudges you every X minutes to help pace yourself.

Pacerคืออะไร?

Pacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://falcondai.com และคุณลักษณะหลักของมันคือ "A productivity tool that nudges you every X minutes to help pace yourself."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Pacer Pacer
ID ooeamnobedpgkckfbgcfcflhglafjfkc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc
คำอธิบาย A productivity tool that nudges you every X minutes to help pace yourself.
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2013-09-21
วันที่เผยแพร่ 2013-09-21
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://falcondai.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/falcondai/chrome-ext-pacer
URL หน้าช่วยเหลือ https://github.com/falcondai/chrome-ext-pacer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacer",
    "version": "0.2.1",
    "manifest_version": 2,
    "author": "Falcon Dai",
    "icons": {
        "128": "\/assets\/image\/logo.png"
    },
    "description": "A productivity tool that nudges you every X minutes to help pace yourself.",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "\/assets\/image\/logo.png"
    ]
}