Timer

Stylish timer combined with stopwatch and alarm for your browser.

Timerคืออะไร?

Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl และคุณลักษณะหลักของมันคือ "Stylish timer combined with stopwatch and alarm for your browser."

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

screenshot

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

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

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

                        Timer is a lite extension that let you easily setup multiple alarms, timers or stopwatch for yourself.

Simply open toolbar popup UI and then choose a desired tab. The first tab is for alarm adjustment. Simply click on the - add a new alarm - button to view the settings page. Then, add a name for the alarm and adjust date, hour and minute and at the end, click on the - save change - button.

Please note that, if you want to "repeat" the alarm weekly, please click on the - repeat weekly - button. There are also five different sounds available to choose from.

For timer and stopwatch, please perform the same procedure mentioned above for alarm                    

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

ชื่อ Timer Timer
ID ifgkgjaofnkgalclccdmlenkfffdgcdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timer/ifgkgjaofnkgalclccdmlenkfffdgcdb
คำอธิบาย Stylish timer combined with stopwatch and alarm for your browser.
ขนาดไฟล์ 2.89 MB
จำนวนการติดตั้ง 24,378
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-03-15
วันที่เผยแพร่ 2018-03-15
คะแนน 4.41/5 รวมทั้งหมด 88 คะแนน
ผู้พัฒนา Karl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://eccorem.com/apps/timer.html
URL หน้าช่วยเหลือ http://eccorem.com/apps/timer.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "name": "__MSG_chrome_extension_name__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/timer.html",
    "description": "__MSG_chrome_extension_description__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}