Timer, Alarm & Stopwatch
An easy-to-use and lite timer, alarm, and stopwatch for your browser.
Timer, Alarm & Stopwatchคืออะไร?
Timer, Alarm & Stopwatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leocompson และคุณลักษณะหลักของมันคือ "An easy-to-use and lite timer, alarm, and stopwatch for your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timer, Alarm & Stopwatch
ดาวน์โหลดไฟล์ส่วนขยาย Timer, Alarm & Stopwatch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Timer, Alarm & Stopwatch is an extension that lets you easily set a timer, alarm, or adjust stopwatch in your browser. The interface for this addon can be opened in toolbar popup, a new tab, or a stand-alone window. Simply right-click on the toolbar button to choose the desired context. When you open the UI, there are three tabs on the left side, please click on each tab to see the details. At the top, there is a button to add a new timer or alarm. Click on this button to adjust the timer or alarm settings. For the stopwatch tab, there are the start, reset, and lap buttons. If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/timer.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Timer, Alarm & Stopwatch |
ID | pbnhgpbneanmjlcnkmifdkpbkjaoebpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timer-alarm-stopwatch/pbnhgpbneanmjlcnkmifdkpbkjaoebpb |
คำอธิบาย | An easy-to-use and lite timer, alarm, and stopwatch for your browser. |
ขนาดไฟล์ | 8.46 MB |
จำนวนการติดตั้ง | 9,611 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2024-01-08 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 2.93/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | leocompson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/timer.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/timer.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Timer, Alarm & Stopwatch", "homepage_url": "https:\/\/mybrowseraddon.com\/timer.html", "description": "An easy-to-use and lite timer, alarm, and stopwatch for your browser.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "contextMenus" ], "action": { "default_title": "Timer, Alarm & Stopwatch", "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" } } |