Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

Timer: the Simple Timerคืออะไร?

Timer: the Simple Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย valya.situation และคุณลักษณะหลักของมันคือ "A simple,minimalist 25 minutes timer."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timer: the Simple Timer

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

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

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

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

ชื่อ Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
คำอธิบาย A simple,minimalist 25 minutes timer.
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2019-08-03
วันที่เผยแพร่ 2019-08-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา valya.situation
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}